Loading Tool

Explorer IconExplorer

Memory Pool

82,947 transactions
30.64 vMB
0.07546009 BTC
Random Selection Loading Transactions
Max Size: 188.56/200 MB

Candidate Block

Mining Attempt 10bb94b378989c979cbc31dc1803299fe1437c4ac14361c2a6fceaa7697e7668
Version 20000000
Previous Block 00000000000000000001844886a1ec6e3550f79103e71b8cea4b5db3af32000f
Merkle Root e99be76a3dd354aab6c914f54843de5002c4573bb88cf53e0fe9c2443f9e4e64
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,917
Size: 1.00 vMB
Total Fees: 0.00668845 BTC
Feerates: 150.92 > 0.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,348 (512,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,505 402,505 00000000000000000155efab774c90350ea4d26851d76b31299bf2b922e322f6 1,025 0.99/1.00 vMB 23
402,504 402,504 0000000000000000036dbf3be9202b7d116d37ef9a610e531b5194bf6c50305f 1,514 0.67/1.00 vMB 48
402,503 402,503 00000000000000000019f62ea768b10141445f48ae9e3074efcba071b46d72f4 1,289 0.68/1.00 vMB 35
402,502 402,502 000000000000000004678d7ff3e7c26b76a38dd58ddbfc544446a62d6d126f42 584 1.00/1.00 vMB 9
402,501 402,501 000000000000000004b3785d948ee5d3d058817d9ae120a3474c1d0b3fbf251c 2,012 0.93/1.00 vMB 42
402,500 402,500 000000000000000004d94e2c240da10951be8641c2fdc4402007ca3beaf073b0 758 1.00/1.00 vMB 18
402,499 402,499 0000000000000000064dce1c8b32864ee2dc4bd2d65751c9f2dd56efa2a8a5f1 1,129 1.00/1.00 vMB 22
402,498 402,498 000000000000000000df960c8deaee21b89a12a70b77e1fa5d33656ee62b9a9e 2,343 1.00/1.00 vMB 49
402,497 402,497 000000000000000001fc675dbc5ca0f84a4a250fdedecd069b18781f2b6475e6 2,319 1.00/1.00 vMB 47
402,496 402,496 000000000000000005757aa7d00e6c10a8efc750d4d5a239d6df444c8a5564e6 2,803 1.00/1.00 vMB 49
402,495 402,495 000000000000000002990579c2abafbe0b24b551978f8d6416170eba561b7818 2,633 0.99/1.00 vMB 58
402,494 402,494 000000000000000002c67f54b4e1e32c9cbb2d93352e5613d20515b00e0470dc 1,353 0.94/1.00 vMB 23
402,493 402,493 0000000000000000056afa0f3929428c0bcc9a4445cf20c76685fe95ba6cae4e 472 0.36/1.00 vMB 26
402,492 402,492 00000000000000000324c9863ddae390ec94097a5f40713d88ef91afd85e59e6 2,101 1.00/1.00 vMB 39
402,491 402,491 0000000000000000002dd9251eeb4e6f04505de89c546b534c11461762a4c686 61 0.02/1.00 vMB 37
402,490 402,490 000000000000000001a382df06672751a767ffa96aeaa086309c2bd76b36e83c 596 0.31/1.00 vMB 35
402,489 402,489 0000000000000000020db10a068e3a7592fdf9a063138b0ac4b13e27e5d70fae 1,355 1.00/1.00 vMB 26
402,488 402,488 0000000000000000033f90077685eb54ea2a244020a39a96c4cb5a9070899cc0 2,994 0.99/1.00 vMB 57
402,487 402,487 00000000000000000537ede81424b991c704b2b9e8db9179c21fb1bc9ccf6215 584 0.30/1.00 vMB 41
402,486 402,486 000000000000000000b94cdf7b336879bd5f8555f23724dd3211bdcdc460e29f 54 0.02/1.00 vMB 43
402,485 402,485 00000000000000000659e5a09168a79172079eb89f086afb6824891f6c0aed68 870 0.31/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.99 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: 718.06 GB
    • Received: 17.88 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.