Loading Tool

Explorer IconExplorer

Memory Pool

82,767 transactions
31.78 vMB
0.11690263 BTC
Random Selection Loading Transactions
Max Size: 190.99/200 MB

Candidate Block

Mining Attempt 8af054156d44f29ad6ee8d36a15a31428025cde4d06c959c82b776995c70a202
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 5a3f2fca0ac5bb78faba96f71adea614099d32f984db6ebc112e877f79e2ef0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.03096525 BTC
Feerates: 318.30 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (540,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,659 374,659 0000000000000000073bde50e152223a3f82c6382b3e400438afbb39f1d6a676 969 0.79/1.00 vMB 23
374,658 374,658 0000000000000000084498bc9e87389a920622b61e7435fbaff7f4cb4770dfec 2,254 0.75/1.00 vMB 61
374,657 374,657 000000000000000012df9813b42687d137d94a9703aba532543188a690d175b5 1,485 0.75/1.00 vMB 38
374,656 374,656 00000000000000000ba2df31223d72e2b598596e7dffab3a38ad49b52a9965ff 1,705 0.93/1.00 vMB 20
374,655 374,655 00000000000000000bd52a1fd500f15f304a5eaaf75449ae8f7e582f18498cb5 696 0.93/1.00 vMB 13
374,654 374,654 00000000000000001329cf608168697981c668d0b72b3c28d9b9c8545ecdd072 739 0.32/1.00 vMB 43
374,653 374,653 0000000000000000056ec370ced3841475cae54be60bdd8e42f9d45eeadbe130 502 0.23/1.00 vMB 40
374,652 374,652 0000000000000000115dee152474d9b73fd12f0906b85e9b750c33b632df6526 840 0.75/1.00 vMB 10
374,651 374,651 00000000000000000d07a1f92ce50b51323cdc1fbe6eba6d0c9139f6ce3c55aa 452 0.24/1.00 vMB 39
374,650 374,650 00000000000000000c5ccbf9b41211cf2fad95a8b6198f4f6a6f5636fcd5827b 1,569 0.93/1.00 vMB 13
374,649 374,649 000000000000000005b378e23f2b33b0ffd2b1baf316ff66e06106580976169a 283 1.00/1.00 vMB 5
374,648 374,648 000000000000000011e32631fb873500d3ab01d17f1043ac3f67fcd83247e1ec 1,634 1.00/1.00 vMB 32
374,647 374,647 00000000000000000bd3d84ddcc0c9954aad5c00701e8297a98d2fc336d6a1cc 1,057 1.00/1.00 vMB 20
374,646 374,646 00000000000000000730e55baecf5764718f004cf92c622736b26ca8da8a19c9 1,034 0.56/1.00 vMB 41
374,645 374,645 00000000000000000209feb64097057d33882176dbe9b54245705d408365e997 707 0.93/1.00 vMB 12
374,644 374,644 000000000000000012a09a1d8cc5dc7b01df73f5554718811861705561befed9 160 0.07/1.00 vMB 145
374,643 374,643 000000000000000005bc8485c1ddd4d162048a8c76a84b3614bd7ef0847feb1c 940 0.95/1.00 vMB 19
374,642 374,642 0000000000000000081d6418d89abe7f9b4177b159c9ae6209342b1e57b201ab 1,206 0.54/1.00 vMB 41
374,641 374,641 00000000000000000f9b6c41991ae67331b2a9b4905385d34098ae8b4f29b1a5 1,736 1.00/1.00 vMB 32
374,640 374,640 00000000000000000f1203aec3053085bbc0e6b945e90dc53a4f491d7f558a10 1,697 1.00/1.00 vMB 36
374,639 374,639 000000000000000006996c31d01db39ce5d0853551015d812d30e2c4e962a6b7 1,166 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.00 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.81 GB
    • Received: 17.95 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.