Loading Tool

Explorer IconExplorer

Memory Pool

86,100 transactions
31.51 vMB
0.10447819 BTC
Random Selection Loading Transactions
Max Size: 190.84/200 MB

Candidate Block

Mining Attempt 851c3c344004a40db230316cb8f754e15cbb3860be4df70532f3803e0e1a9c50
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root 4fa9c422233b903d9c7261f8b2c216d31f9ca8ba09b28088e2080f8c9e740d88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,958
Size: 1.00 vMB
Total Fees: 0.02845370 BTC
Feerates: 60.16 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (254,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,558 660,558 000000000000000000013f961b984e0701e2290b7b6ccb8e326c50a9a7dc067f 1,389 1.00/1.00 vMB 37
660,557 660,557 0000000000000000000cb712583fea50e5884d21c4742f82c786a26b10dc39a9 2,131 1.00/1.00 vMB 74
660,556 660,556 000000000000000000059ca2cbad52558bbd9a1e93ea907c0d8a722836175983 2,082 1.00/1.00 vMB 20
660,555 660,555 00000000000000000006942fb05a6ad1076703be711ff38497c23d951c2d5f6a 2,799 1.00/1.00 vMB 45
660,554 660,554 0000000000000000000c85fa75c604909ce2b85057dbe5566ce6de5e1f789af1 1,290 1.00/1.00 vMB 27
660,553 660,553 0000000000000000000dc822a39babff64d2f5e9770a7b7823e484b85be3a0f9 2,111 1.00/1.00 vMB 53
660,552 660,552 000000000000000000041105e4e2532245dabf1dc0bb3902618cbc7ccd3744ef 1,683 1.00/1.00 vMB 30
660,551 660,551 000000000000000000005a3c4394b7cd5ccc3fe0c2c1dc5e7234a870bfcb5c17 2,954 1.00/1.00 vMB 23
660,550 660,550 00000000000000000000434b8b751d1860f18da010a2c6acd58308de263fff80 2,984 1.00/1.00 vMB 60
660,549 660,549 0000000000000000000373ba9cf9d26410954def367d8d37ea83e8663ea980c5 2,731 1.00/1.00 vMB 99
660,548 660,548 000000000000000000050da0c3ba2007df7ce7be3b229b90f0eae234be16c1f7 3,161 1.00/1.00 vMB 51
660,547 660,547 0000000000000000000b6d28b329b449dab7f1d994eb2dee46efaf4031b1133c 2,582 1.00/1.00 vMB 85
660,546 660,546 00000000000000000008d5c72361548031bf86956086fcf6eeee2a16a343d861 2,700 1.00/1.00 vMB 53
660,545 660,545 00000000000000000004ab22587f2bbe178b0a0ade6328773a39fde63aa29d93 1,986 1.00/1.00 vMB 56
660,544 660,544 000000000000000000011c25f6edca5689a003c294b6537e203586a6d2dfd085 2,712 1.00/1.00 vMB 85
660,543 660,543 00000000000000000000632a61bfee6c84a1cb3d710e4fdc5da04d84726cffe5 2,419 1.00/1.00 vMB 30
660,542 660,542 000000000000000000017a83f74e6e4dc13d9326020861ddf4a5725fb18f49f5 2,934 1.00/1.00 vMB 45
660,541 660,541 000000000000000000046e901d010a57761d254479c7cedfe1fc73cd0558d8e6 2,954 1.00/1.00 vMB 64
660,540 660,540 000000000000000000028ed31fb922f072b969dedc78e67c56117c546dde4df6 3,092 1.00/1.00 vMB 49
660,539 660,539 0000000000000000000994c80272526850bd960eddd7031e12eab5f684d2a78c 2,824 1.00/1.00 vMB 101
660,538 660,538 0000000000000000000314737236a3fdbb25524254bfdabb138caa6b62bb3300 3,092 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.31 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: 660.22 GB
    • Received: 14.64 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.