Loading Tool

Explorer IconExplorer

Memory Pool

84,902 transactions
31.95 vMB
0.11589806 BTC
Random Selection Loading Transactions
Max Size: 195.44/200 MB

Candidate Block

Mining Attempt 4b824e9a85cce7b074fb07e9947c9d9dd178d571177f03d84551997b957d0b1e
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root e75bcdc2a70a3e230c1ff08b35ef1de73c16fb7a43bffe045108fa85080a80d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,659
Size: 1.00 vMB
Total Fees: 0.03725007 BTC
Feerates: 301.05 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (491,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,614 423,614 000000000000000004f3f79a62bfba70cbfcd81e5fdc4dd2d61f602befcf25e3 2,856 1.00/1.00 vMB 85
423,613 423,613 000000000000000000f6fd8551b9e0aa8bb6427a7778da3060fa0a38d8979d52 835 1.00/1.00 vMB 20
423,612 423,612 000000000000000004731e1b1a38912dec9d9f92b1e3dadbda9e4bd3b5be52ca 2,653 1.00/1.00 vMB 66
423,611 423,611 000000000000000003b7f58165fa0dfa2ed012c47b87afb499eb057edbde5e94 592 0.23/1.00 vMB 60
423,610 423,610 0000000000000000000e7e2ff352f6f29ef44c006668ae651e3c47d154f54c6f 168 0.07/1.00 vMB 61
423,609 423,609 0000000000000000035ac62c735bbb68f3c1a32fbf999451037d6288ca7fb43b 1,382 0.57/1.00 vMB 61
423,608 423,608 00000000000000000209f135badc916dcf58f4ad1c170c937abcd35d467effc7 530 0.29/1.00 vMB 42
423,607 423,607 000000000000000002dd83e4d96262efc9332d2722f508955a6f3d6bc9c54732 2,417 1.00/1.00 vMB 62
423,606 423,606 00000000000000000163f3db84165ca44e082990d44bd1133f30aea957638037 1,116 0.54/1.00 vMB 51
423,605 423,605 0000000000000000000cfd7d80223b30d30a058d144849a692a08dca78774395 1,804 1.00/1.00 vMB 68
423,604 423,604 000000000000000000427e7b0dd813d6e68e6a9fb3b29573026565f133a29c30 531 0.28/1.00 vMB 52
423,603 423,603 00000000000000000495bc660654a09c0e757a502a5cd983dfd127102f72c4b4 1,509 1.00/1.00 vMB 39
423,602 423,602 000000000000000001cf91873aeb7f05d654d6207d718788a8918219b8d03616 507 0.20/1.00 vMB 68
423,601 423,601 00000000000000000206f3738f99d5c67c18912b5d28de2c484cba720e4b7bee 982 0.56/1.00 vMB 43
423,600 423,600 000000000000000001ca9967e5a92e40ff7097eb615f7d9b4fb78a3e074d8fd3 2,411 1.00/1.00 vMB 64
423,599 423,599 00000000000000000319ba67b7e15fbcf84006528fbfbb965a1bd3db151eb85a 1,995 1.00/1.00 vMB 53
423,598 423,598 000000000000000002cfa75857b07e1da31220e3521f5e56d1dea481414f7d8f 1,411 1.00/1.00 vMB 46
423,597 423,597 00000000000000000319f2bac64eae62ca4b75b617d439b31a3fef6f491ffb26 2,456 1.00/1.00 vMB 63
423,596 423,596 0000000000000000045b51cfa6ea33399e2173bfe6d69c6b604fa661d97878aa 2,638 1.00/1.00 vMB 73
423,595 423,595 000000000000000001879237c76f3fc43ffd0974dcfc4d8b2e66b951baf83523 2,333 1.00/1.00 vMB 64
423,594 423,594 000000000000000001ab7387d980a73d063c8117844030f6e176b654934eb63c 282 0.77/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.