Loading Tool

Explorer IconExplorer

Memory Pool

84,443 transactions
31.67 vMB
0.10695262 BTC
Random Selection Loading Transactions
Max Size: 194.17/200 MB

Candidate Block

Mining Attempt c319abb5a9ffebb9cf03c2b41a94a1bc7b15acea9429d18b86bfe94c919cbfc6
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root d9d252402027a8653155b602c2a483d8f16e16bc0f68bf1748396135573c1121
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,129
Size: 1.00 vMB
Total Fees: 0.03280255 BTC
Feerates: 504.27 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (294,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,588 620,588 0000000000000000000bb71fa73cd8c45e2b67ac5a69c85e47e0ca54f22d1fd1 624 0.31/1.00 vMB 15
620,587 620,587 000000000000000000106c1017563431288d219f038a3d22da064c92daabb450 1,519 0.46/1.00 vMB 12
620,586 620,586 0000000000000000000000f4785d6f53ad5adccb7e4cfe31f4b207cf3b5b6329 666 0.27/1.00 vMB 16
620,585 620,585 0000000000000000000ae6bd7f9584783aea4c5df4d17886b3a87cf837e6721b 2,958 1.00/1.00 vMB 16
620,584 620,584 00000000000000000008ef28283f9a7840fac8dbb0af4177d8e3f0d24ef039f2 3,319 1.00/1.00 vMB 15
620,583 620,583 0000000000000000000e8ae1a66d61161fda8c868daab19ecd0355744940459d 2,759 1.00/1.00 vMB 10
620,582 620,582 00000000000000000010f5864b9e9fe0f8e4df4e37bc6e0c7a5de6d33be25531 2,698 1.00/1.00 vMB 28
620,581 620,581 000000000000000000026d191bf9cb7312abc2ac53d0803260daae05a66cd4b1 3,490 0.98/1.00 vMB 12
620,580 620,580 0000000000000000000dce6d33dee191c86828c2df671af86440e257ff69d6a5 3,276 1.00/1.00 vMB 11
620,579 620,579 0000000000000000000b38e880b7d7ccf6b02ddcb7ecdcb3b1091ebfd86f70be 3,098 1.00/1.00 vMB 30
620,578 620,578 0000000000000000000f6ed69d6a27580d931e919c5cc363587b4bbd7909d898 336 0.12/1.00 vMB 28
620,577 620,577 0000000000000000000cd4c0f161362d3f5fcd34f5e24f262b420e78f9911d7f 712 0.19/1.00 vMB 16
620,576 620,576 0000000000000000000ac7a86256d227c8d205ad6abbfcf19c5d860e236ea0a4 100 0.03/1.00 vMB 14
620,575 620,575 0000000000000000000950e2eeb1f06e15b6d954f58ff39dd8312aeac322c187 1,461 0.53/1.00 vMB 19
620,574 620,574 000000000000000000033b592194cc2beb449dd51bfe4352075f3d79b947f432 65 0.03/1.00 vMB 20
620,573 620,573 00000000000000000011db4166d3a69e982a4706150c2b4336b401f2b05a0328 816 0.26/1.00 vMB 1
620,572 620,572 0000000000000000000d239f6bea5e4b4294cce9046f0d935ae0972e9776eb69 2,399 1.00/1.00 vMB 12
620,571 620,571 0000000000000000000b90a19d5ad48074ec3d1796aad9e0553d4d467ae724a7 2,256 1.00/1.00 vMB 26
620,570 620,570 0000000000000000000709fffac0a1f1f21d05c9249702674cd7ea0deafd7b64 59 0.03/1.00 vMB 17
620,569 620,569 0000000000000000000202fc0e1d811c5e737eb77a13f553e5860f25e081ff94 2,563 0.82/1.00 vMB 20
620,568 620,568 0000000000000000000524dd3b52cf4b5053142fdcd3b4231dc671d400d40091 738 0.16/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

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