Loading Tool

Explorer IconExplorer

Memory Pool

78,492 transactions
29.14 vMB
0.08254677 BTC
Random Selection Loading Transactions
Max Size: 176.39/200 MB

Candidate Block

Mining Attempt 4b1e96badfbb67adcf57c6ae0fac7ff266dd05cd65c95b9a3730ece75061b33d
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root b5bfaff2a67e0b83a2110025b60dcbb809f3e44b89e088dd8be1b71ad2d5c690
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,673
Size: 1.00 vMB
Total Fees: 0.02153281 BTC
Feerates: 178.73 > 2.16 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (134,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,610 780,610 000000000000000000052e149b6c4de8efac10d219cbd8c4e3f5214c9fa2d738 2,253 1.00/1.00 vMB 12
780,609 780,609 0000000000000000000384efd8243f7fb7f9e01b11ff597414c9378adfd4b91d 1,822 1.00/1.00 vMB 13
780,608 780,608 000000000000000000050b1b9e7ea6b5fe58e23938cc85e6bba3152e3975449d 1,158 1.00/1.00 vMB 13
780,607 780,607 00000000000000000003d1eea34dc7e8fc5b0e94b83a2d8f6bc2cd174f44e640 2,529 1.00/1.00 vMB 22
780,606 780,606 00000000000000000005483ab4a10f5916f10348823aa055508d4f5b9505e858 1,341 1.00/1.00 vMB 8
780,605 780,605 00000000000000000001c0f28ccdabcc5ee5419151c51af7875ea4f50b750c01 2,003 1.00/1.00 vMB 13
780,604 780,604 000000000000000000020404e4098e300b6d26aae79e858dcbc6ae1cac3b121e 721 1.00/1.00 vMB 3
780,603 780,603 000000000000000000047f67a41bf5d42bb3895555619a9c7beabad37d740ee7 1,952 1.00/1.00 vMB 8
780,602 780,602 000000000000000000005627f9c64669ae34fd1af0e7b57395cb250bee76b0c8 1,845 1.00/1.00 vMB 12
780,601 780,601 00000000000000000002634882fdb59de633cc2516940bf659ed6cfa91e6f3f4 3,356 1.00/1.00 vMB 24
780,600 780,600 0000000000000000000480a1b4cd8936290f395abedc5957967d6252218b5cfd 1,001 1.00/1.00 vMB 9
780,599 780,599 00000000000000000000a92f97187d522fe40e04109d0c38e2de2970f02f9390 2,572 1.00/1.00 vMB 18
780,598 780,598 00000000000000000001f8fd0541df0e5b3d768fb7a5de8791ef5e311d196bb3 1,074 1.00/1.00 vMB 6
780,597 780,597 000000000000000000065ba63bf970812495ba428d66e45ccb7f26d39e263b71 960 1.00/1.00 vMB 4
780,596 780,596 00000000000000000001a9ea231ac8ac8d9e0078a89e0b5d2f330a1b2398b381 776 1.00/1.00 vMB 7
780,595 780,595 00000000000000000005ca20c6fdb5ed56c96da05aa19096624a9e5c8478e356 3,138 1.00/1.00 vMB 19
780,594 780,594 00000000000000000002c91f85cf84e2dbcb31aa667ba1c9b75eb803b5d9ac2c 729 1.00/1.00 vMB 3
780,593 780,593 0000000000000000000573b3ca338e548b63716116885875d44c9e7a5e8d8444 2,271 1.00/1.00 vMB 11
780,592 780,592 00000000000000000001244f9c13ef7d4327b082ff07c44dd5e44b32bff3ea39 996 1.00/1.00 vMB 10
780,591 780,591 000000000000000000051b024f1c15c33fd5b13348234c405bc56aade7bff9bf 440 1.00/1.00 vMB 9
780,590 780,590 0000000000000000000455d514c2dc08f555fc8080fc52a0e5a132ca2690129c 1,713 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.68 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: 678.12 GB
    • Received: 16.44 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.