Loading Tool

Explorer IconExplorer

Memory Pool

78,849 transactions
29.44 vMB
0.06532250 BTC
Random Selection Loading Transactions
Max Size: 177.21/200 MB

Candidate Block

Mining Attempt 63f293df141c98c2986a1c4aa42f301d0fdd95b1b0fab43fba31f1e49ab33676
Version 20000000
Previous Block 00000000000000000001fb8d6cf84379783287b1b8c366cfbfbd7af86dc1bc05
Merkle Root 784fad6c1e55c4eb7d3842fd7a3cd88a4e4c7e8dac2639fbae91083cb15af4b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,338
Size: 1.00 vMB
Total Fees: 0.00549516 BTC
Feerates: 30.21 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,990 (361,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,641 553,641 0000000000000000000ad5d157fa76d8d446690ab320b2ca94294cf75b0eafbf 2,446 1.00/1.00 vMB 14
553,640 553,640 000000000000000000118859009d80c7be1bce54462b2aa23ac3372493808467 1,721 1.00/1.00 vMB 7
553,639 553,639 00000000000000000027081821fa637ed1c5d57129287b198c7e1b174e0e1083 2,687 1.00/1.00 vMB 9
553,638 553,638 000000000000000000190990aabc7a636e63ce2275c7e88263263118085594d8 2,323 1.00/1.00 vMB 35
553,637 553,637 00000000000000000021e80debe93ddd2383d058892c1a756f1989f7c1089490 565 0.32/1.00 vMB 9
553,636 553,636 0000000000000000002d4f3a49a745aaeb72a6e47f7174db733a8f6a2cc75244 1,334 0.59/1.00 vMB 13
553,635 553,635 000000000000000000108ea65b48e8e4e0a0824ef69af86b38f35b179afd2580 664 0.34/1.00 vMB 13
553,634 553,634 0000000000000000002f40da4d99e64f66fd7779e2977b395090e17d74869bfc 1,536 0.75/1.00 vMB 11
553,633 553,633 0000000000000000001f3336fd4ec31a959ec8258606b09212c7d881e8211d5d 1,800 1.00/1.00 vMB 6
553,632 553,632 000000000000000000228fab1c78046b7a4c2a649bb7e07a23b6fc02a964ec55 2,553 1.00/1.00 vMB 25
553,631 553,631 000000000000000000000d7cbbbd68317e2c4f23c270b5aa9df6f6ff77f4f222 134 0.05/1.00 vMB 20
553,630 553,630 0000000000000000000029661ae64b6c947e8f006f995bf3d6357c729fad54a1 31 0.01/1.00 vMB 19
553,629 553,629 0000000000000000000fe5124098df704c35b81cd78d37ad2ccacfa1e1121e53 192 0.26/1.00 vMB 2
553,628 553,628 000000000000000000017e9f90cf4f3c0368218cc0c7b2e9beaba4f27e12dbe2 2,160 1.00/1.00 vMB 15
553,627 553,627 000000000000000000233ad9907a6ea807d477aba3f029fc5ca6b1683068b209 2,103 1.00/1.00 vMB 10
553,626 553,626 0000000000000000001e18ef34a2ac11385ef66d1eef1bf3f3b88d4e85c04681 2,929 1.00/1.00 vMB 25
553,625 553,625 0000000000000000001cc32c9acb9bac0703a3bd9b09fccfc705266bd623f78f 739 0.84/1.00 vMB 4
553,624 553,624 00000000000000000009420e228f9b3bb67d6df788114e908c0c8cbd8551318c 1,758 1.00/1.00 vMB 14
553,623 553,623 0000000000000000002c8bf8271f93267cbbcbde3a49bc2dd45ce3d3d9bad666 1,596 0.99/1.00 vMB 8
553,622 553,622 0000000000000000001fc7bc3c59c637bf52782f15d809e38423c07b34a044b2 2,292 1.00/1.00 vMB 3
553,621 553,621 0000000000000000001e3d275f3e60f53749ca01010e4e4b8199b881cdd61b83 2,907 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.37 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: 663.87 GB
    • Received: 14.94 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.