Loading Tool

Explorer IconExplorer

Memory Pool

79,473 transactions
29.94 vMB
0.08422117 BTC
Random Selection Loading Transactions
Max Size: 180.43/200 MB

Candidate Block

Mining Attempt 2d9018b1f270a2d94614fd8ddc4cb07b3924c569fdb3703603cf28c7722d2d39
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root e4e634a70273d19f8bc91e8cdd7b6df4ae7d9d931b48c772232cc9fa5e4469d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.01575617 BTC
Feerates: 40.21 > 1.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (158,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,866 756,866 00000000000000000000f9c8d2450fbc6e058939f24856d822f9c75e420747b8 1,627 1.00/1.00 vMB 7
756,865 756,865 000000000000000000081715dd5e736a8780e476a6787978d41552694c2ced3e 2,216 1.00/1.00 vMB 8
756,864 756,864 00000000000000000004c01c4e04163483c6b40ed5e8f9c81745168823d9c52f 1,941 1.00/1.00 vMB 3
756,863 756,863 000000000000000000003afe878397a1b1c1bed7e2fbb3077eb9ba7bc2dd9573 2,305 1.00/1.00 vMB 10
756,862 756,862 000000000000000000044f3f0d50b72de18d94b640d816dbac12a79cb53f241a 3,162 1.00/1.00 vMB 16
756,861 756,861 000000000000000000039de533ac1f2a5dafbd319fa55da341d57a26408d0874 1,574 1.00/1.00 vMB 2
756,860 756,860 00000000000000000000827657498a77dd7fbc6c8f0feaabf3396805ff8f0713 2,213 1.00/1.00 vMB 3
756,859 756,859 000000000000000000039d9d8d84790f8cb02d5ec14006ac6ba56520399c9a0c 1,908 1.00/1.00 vMB 9
756,858 756,858 00000000000000000002b6cdd84bf27a88814b40d460b8875ac4e45c2eeb93dc 2,443 1.00/1.00 vMB 3
756,857 756,857 00000000000000000003ede5b494bc9055eccb7c6e937a679f8b5c2590183a1f 1,098 1.00/1.00 vMB 8
756,856 756,856 0000000000000000000795dede1b9d40f40f5d6bb582583fb9df90c3fa608358 2,883 1.00/1.00 vMB 6
756,855 756,855 000000000000000000033c95ea2508993bd3b19408bef27a05faf686151f75c4 2,848 1.00/1.00 vMB 11
756,854 756,854 00000000000000000007b984da8051cf2d1913a85501cb0b08a9fa78d05a7f5f 2,798 1.00/1.00 vMB 16
756,853 756,853 0000000000000000000321773da679d60d0b8eea5ecac22b811937d39bf78ff9 2,785 1.00/1.00 vMB 9
756,852 756,852 0000000000000000000686875dc29ecf6ca81a38bbca1eb93567b34afb92a3f8 2,931 1.00/1.00 vMB 8
756,851 756,851 00000000000000000007a0e16baaa896fec2251783af94972a961182f675337d 3,202 1.00/1.00 vMB 8
756,850 756,850 0000000000000000000315d07f4e2aea943f1fa6b29b327cc2c3c44d600416c8 2,761 1.00/1.00 vMB 12
756,849 756,849 00000000000000000008e4ac358952dff60a6a4325933866f07042beabb08c32 3,441 1.00/1.00 vMB 28
756,848 756,848 000000000000000000085f1b8f6ea7a47e5ed28ee8c50f65519ea31ed7dc3272 3,022 1.00/1.00 vMB 9
756,847 756,847 000000000000000000030aaccd6ee8d403c6487f2540547064a8d3f7414735e0 685 0.44/1.00 vMB 5
756,846 756,846 00000000000000000004f4b9047c20c9193ba6a6ce625b048c267df05af6c748 495 0.33/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.