Loading Tool

Explorer IconExplorer

Memory Pool

81,425 transactions
29.84 vMB
0.14189385 BTC
Random Selection Loading Transactions
Max Size: 180.87/200 MB

Candidate Block

Mining Attempt c59cce9f6adfc2b03d888228ac04630b0d2a331f49b24d25ef92b1ce1032bc3f
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 1408f2e5c31241cd579e08751699c4de7c34408f0e81ea69d514bc1297c1ceb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,748
Size: 1.00 vMB
Total Fees: 0.07441926 BTC
Feerates: 101.65 > 7.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (246,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,709 668,709 0000000000000000000647b57a2ad65a1be32d58e2e7022e799ea67e7fbf86d1 1,839 1.00/1.00 vMB 32
668,708 668,708 0000000000000000000c4b966dd4af03a38643d7408d3a83073f95fc58377733 2,024 1.00/1.00 vMB 46
668,707 668,707 00000000000000000008b7b24b4e18a5a6bec04ebfa5fdfccf01e889da2755bd 2,373 1.00/1.00 vMB 37
668,706 668,706 0000000000000000000420ab58a6d3ea67bf86fabe06e7b61efa44096332aad2 2,253 1.00/1.00 vMB 24
668,705 668,705 000000000000000000046ca5a33bd92fa7e4f4e75f83b253d7ac820ff6f30581 2,268 1.00/1.00 vMB 90
668,704 668,704 00000000000000000001f4cf94fe7884ebe4e26cae4470e8d944a695e49f5d77 2,478 1.00/1.00 vMB 92
668,703 668,703 00000000000000000006bb64c0a67efe7f469a1d3dfb508928ac629f17698b0a 1,613 1.00/1.00 vMB 97
668,702 668,702 0000000000000000000420fa1d55c1cc4a2f5699e75aadf1d7d660c50eb9d4c8 565 1.00/1.00 vMB 99
668,701 668,701 00000000000000000001c5139c59050ad09ea60107becaf3d48a41f9d8cb785a 1,927 1.00/1.00 vMB 42
668,700 668,700 0000000000000000000690a6601ec29f08c34b2b6841bbf500a9684ffaacf4f5 1,928 1.00/1.00 vMB 73
668,699 668,699 0000000000000000000ac4733370931dfcf52d00c481008205783425b8b661ba 2,257 1.00/1.00 vMB 137
668,698 668,698 0000000000000000000233167ba6cc0eeaba020931e1a2d562edb1de246bfe05 1,165 1.00/1.00 vMB 65
668,697 668,697 000000000000000000032cacda28768f401f06c968ad1beb61e945bce6b10128 2,763 1.00/1.00 vMB 121
668,696 668,696 00000000000000000008e2a7b43aacc1efca35d5306339f493ee2478eb92a604 2,272 1.00/1.00 vMB 67
668,695 668,695 00000000000000000006d4fac9b4cc46832b9b9d68df86de2755d3439cbda883 1,627 1.00/1.00 vMB 45
668,694 668,694 0000000000000000000ae748681feadf409fc04ce913f7075869cc9f46dcdd34 2,370 1.00/1.00 vMB 62
668,693 668,693 0000000000000000000a65896acbfaecef93eab3e703dce90d8df05e404d8c30 1,474 1.00/1.00 vMB 52
668,692 668,692 000000000000000000057cb9ff81353a946c4d4511532333d4f4962b28d3b9f7 2,415 1.00/1.00 vMB 114
668,691 668,691 00000000000000000000919a7499cce0039ce04c37bd53afeedf06f7f730a828 2,117 1.00/1.00 vMB 104
668,690 668,690 000000000000000000017484aee521e2165eb1e5e873f15d4ff469aad3215331 2,579 1.00/1.00 vMB 57
668,689 668,689 0000000000000000000c7e18adbf234163c50d6f2733ece9c50697b3ac169b6f 1,826 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.68 GB
    • Received: 15.99 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.