Loading Tool

Explorer IconExplorer

Memory Pool

86,891 transactions
31.80 vMB
0.12479496 BTC
Random Selection Loading Transactions
Max Size: 192.99/200 MB

Candidate Block

Mining Attempt c7eb3bc14cbcd0bca784fb317587552f06377f5fb8b82a9770c31aaace6e4e1e
Version 20000000
Previous Block 00000000000000000000c293eb6b3d695babb308ed7b69547ad6151ddfe703e0
Merkle Root 2f467a2f7f6bde8032b32324d83657fbb23cbdb41e00f20ce2f6a34a2212a5c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,156
Size: 1.00 vMB
Total Fees: 0.02719842 BTC
Feerates: 157.35 > 2.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,075 (391,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,716 523,716 000000000000000000427b1a82272132a0143b7d28e9e35c7a08073bab764d00 1,720 0.73/1.00 vMB 28
523,715 523,715 000000000000000000391ec77bf0f15f459336d2efd35eece855dee36170dee2 286 0.08/1.00 vMB 37
523,714 523,714 0000000000000000000f56ce43e94c53a60784bc52d7f5beb7606f2463bf81c5 1,589 0.60/1.00 vMB 32
523,713 523,713 00000000000000000000fdf5fceb54bfa6a30821f288c84d2e8aab60f1edde5c 1,346 0.54/1.00 vMB 27
523,712 523,712 0000000000000000002124f153b6e5377beed32c397714ad7207fc75d8e49120 444 0.30/1.00 vMB 9
523,711 523,711 0000000000000000003353bbd7b260a1415c5705ef3ff4a66ba325dd577d8c9e 633 0.32/1.00 vMB 30
523,710 523,710 0000000000000000004372bab97f16748bd1c8dda66fe00c4ea7c798d4ee25e5 416 1.00/1.00 vMB 3
523,709 523,709 000000000000000000098fd7165d3dcec76717192d16b3b3821b7c7c9f61e2b4 2,371 1.00/1.00 vMB 34
523,708 523,708 0000000000000000002c12b50affd5dceb4ed501eef18b9ce5d6fc60298b0515 501 1.00/1.00 vMB 5
523,707 523,707 0000000000000000001c5ef1729916864f6ca62b45327a144cc7aad983b5d8d1 1,485 1.00/1.00 vMB 22
523,706 523,706 00000000000000000009cf7180fb368dfc44b25543e101f9c074b8d7f5cb79bc 776 1.00/1.00 vMB 7
523,705 523,705 0000000000000000003af1cee4a87bbe06844e3eab5635d8d7b4ba4ff282a691 2,359 1.00/1.00 vMB 30
523,704 523,704 0000000000000000003361f1799ee33186fbe42ffde06fcc95208398584abbac 2,452 1.00/1.00 vMB 25
523,703 523,703 000000000000000000124ebd19f2e3e4436cf3720b3de551d06bf8f452093540 2,020 1.00/1.00 vMB 28
523,702 523,702 0000000000000000002b3b8f3c88eed929b3c979bbb48f9f30672a4edd8e95a0 2,631 1.00/1.00 vMB 123
523,701 523,701 0000000000000000001ec342e633d8122d8a1c16687d2abe8afa3396e188719d 2,762 1.00/1.00 vMB 50
523,700 523,700 000000000000000000424950ffb20146347f84ad6a39be23b411f273ab26aa14 2,652 1.00/1.00 vMB 49
523,699 523,699 00000000000000000027c20bb9c55ea0aa976b2f4024cf05d25cf2e908f7b89b 2,750 0.99/1.00 vMB 34
523,698 523,698 0000000000000000003b8c3e003a5e6f81bef99153f334ed701c6aff9972e1aa 2,250 1.00/1.00 vMB 65
523,697 523,697 0000000000000000001b2cc9122aea99cac0cc7483eda0ab0125164b13f0f735 1,669 0.74/1.00 vMB 46
523,696 523,696 0000000000000000000cb9ef8216401238bc8ad10c48fae10a81866736ff3468 1,359 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.53 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: 668.94 GB
    • Received: 15.65 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.