Loading Tool

Explorer IconExplorer

Memory Pool

82,460 transactions
30.39 vMB
0.11839870 BTC
Random Selection Loading Transactions
Max Size: 183.92/200 MB

Candidate Block

Mining Attempt 63799d7f3f9c3c1a550bababddde8f0caf9f0068462a014b3bfd1001a21ed53c
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 4a7c7c7f62797783ccfa7f1a9f2ec9229013fbb2e451746aa0edfb05965fe64d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,129
Size: 1.00 vMB
Total Fees: 0.04007965 BTC
Feerates: 121.32 > 4.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (56,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
858,526 858,526 00000000000000000002e13a0b1542f8a6e87706e7cf54f2d22b653feb5e733e 2,729 1.00/1.00 vMB 5
858,525 858,525 00000000000000000000c8dd866ba887b1585099db8005745ec137875b9b7723 3,072 1.00/1.00 vMB 5
858,524 858,524 0000000000000000000285a7a672369aebfab09e8b891a9825c843c071117968 3,817 1.00/1.00 vMB 8
858,523 858,523 00000000000000000002d48dffc9cdcdb784cc1fbffa15716752f91b3794b5e7 4,063 1.00/1.00 vMB 5
858,522 858,522 0000000000000000000068a1764649ebc702ccfd570332f738cfaec87d900fa8 4,720 1.00/1.00 vMB 9
858,521 858,521 00000000000000000000682fafc4b9780d57f4d5d60a61e5e0583b47b977c7dd 5,041 1.00/1.00 vMB 13
858,520 858,520 00000000000000000000b2305691641dc2c42152b16603566a60a72e527ce33a 6,547 1.00/1.00 vMB 6
858,519 858,519 00000000000000000000fdae1dd29f38965a49c5f70d34fc01a2770b0052f6fa 6,345 1.00/1.00 vMB 9
858,518 858,518 00000000000000000001acf82daecd50f10e26195b1927dfa65ff599464d1974 6,379 1.00/1.00 vMB 11
858,517 858,517 00000000000000000000f3b44edb23f0d59c32b43680104de948f81e6ec7901b 5,953 1.00/1.00 vMB 15
858,516 858,516 000000000000000000013c074cbef504eece4d3153748b980e7c48fe1ae54184 6,979 1.00/1.00 vMB 9
858,515 858,515 00000000000000000000bcfae9fe12f3f42cdad91805e90ad1971d70312d6e5e 5,464 1.00/1.00 vMB 7
858,514 858,514 000000000000000000015fac57903d2bcf973c8036d800dcbb473aea03fdeb87 6,461 1.00/1.00 vMB 3
858,513 858,513 00000000000000000002daf04e65aba0b56f1d1a98feea40094b8af9cd4ae3f3 7,294 1.00/1.00 vMB 2
858,512 858,512 00000000000000000000312d913e22f0b67fb1ef3a5d3b8702e442c1e9eb5187 6,630 1.00/1.00 vMB 3
858,511 858,511 00000000000000000000aa2fe297d969d192199150e52c09b297557b3a62fb2e 5,201 1.00/1.00 vMB 5
858,510 858,510 00000000000000000000a6c53bd11fdd5b4dfe5b5d896d6380f3ddcd6bb182ac 7,303 1.00/1.00 vMB 3
858,509 858,509 00000000000000000000f1cc7f5cba2788d5f8e859de09178a274d44d5d21025 6,933 1.00/1.00 vMB 3
858,508 858,508 00000000000000000002b7501047e5db772498e9f2582e9f6adda10a4dff879a 5,706 1.00/1.00 vMB 4
858,507 858,507 00000000000000000001ae6ca4f6863f9bba5e4ecc9ef18ce0c48d9ef317318a 6,321 1.00/1.00 vMB 4
858,506 858,506 000000000000000000010627e568ee627c089de161d2a192fc75cc9cf7456d92 6,084 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.