Loading Tool

Explorer IconExplorer

Memory Pool

43,719 transactions
27.14 vMB
0.06055867 BTC
Random Selection Loading Transactions
Max Size: 143.24/200 MB

Candidate Block

Mining Attempt a4e9ebe301f5ab70f08c2276e8c352473b6d327927ff90329b4b4c0561d21091
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 9cf05f069a4bb3c32c956b37deae2d6320607b436af60f8fd03183e395d626a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,546
Size: 1.00 vMB
Total Fees: 0.00985014 BTC
Feerates: 200.99 > 0.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (859,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,814 55,814 000000000080fbeebc7046eeb267818c435e746ff68e89f647f36130bc5635c1 1 0.00/1.00 vMB 0
55,813 55,813 00000000090255df2e6c6950a1dd46d3c1a8b20871757543e269649d6c1c5955 2 0.00/1.00 vMB 0
55,812 55,812 000000000af27c1a7b618ac8635b96025a5650b24c63764eca7414af6e886051 6 0.15/1.00 vMB 4,435
55,811 55,811 0000000013d53405392513d5e7d26630c0231ace81d404224f90dedba9c6e7dd 1 0.00/1.00 vMB 0
55,810 55,810 000000000d233c61dc3ad863eb7f4b7287436de774759a3dccaaca1cc9794d0e 1 0.00/1.00 vMB 0
55,809 55,809 000000000240615aa7303d2ae4c2c8f4ebdbba7968b42c782d1345b45eeefebf 3 0.00/1.00 vMB 0
55,808 55,808 000000000ac1e405ad2fc2294b43e4b3951625b3ac4da46e9f8cc35ca5237508 1 0.00/1.00 vMB 0
55,807 55,807 000000000db7c0f42ba74bbd9554a686fb4432efc63fd0342867171fa6062af7 2 0.00/1.00 vMB 0
55,806 55,806 0000000001d300dc9d6acd3fb2e131255005984583ee91b2231022cc85ff5164 1 0.00/1.00 vMB 0
55,805 55,805 000000000de7ff2a3f53e17f79359d90bf2487ff5b9f1184f47370ef8505ec3e 1 0.00/1.00 vMB 0
55,804 55,804 000000001368f5230862220f54ca157fe178e0d3f7ce68bc1483643495c869f9 2 0.00/1.00 vMB 0
55,803 55,803 000000000dd7c22a5478ec5eeb6129cb078ae3a6553314f48ac48966489d9ca5 1 0.00/1.00 vMB 0
55,802 55,802 000000000ae64530a066d03ca88c0f5920e7ee6cb6815497adf39000b416214d 2 0.00/1.00 vMB 0
55,801 55,801 00000000120e8b1a454c2877c42f8e2e33cfc7ecc86b473a571d72271b6d2db3 1 0.00/1.00 vMB 0
55,800 55,800 0000000002e69b57d750388b369c43e7a99dd911ffd6b558a3b60088b420e7cd 1 0.00/1.00 vMB 0
55,799 55,799 00000000104b864bcca41349fbd9482802803da8b5a49936233be8ee81cdb499 1 0.00/1.00 vMB 0
55,798 55,798 000000000820202803f1958e6c9e38e3e2be1eeadc8bfb4666943c49c0baad4a 1 0.00/1.00 vMB 0
55,797 55,797 0000000010deaffd5059b5a0db0e2ce7b1f07be0d87daea9f6744d3ad605761b 1 0.00/1.00 vMB 0
55,796 55,796 000000000c977aed6e50ccef8993ce7cf2fe4c74f07398b55f1ae7fe66aa0908 1 0.00/1.00 vMB 0
55,795 55,795 0000000011e18b3b297887428f64bf6b1bb5b1fe1af0c2f7ce0778569f2879a0 1 0.00/1.00 vMB 0
55,794 55,794 0000000008d10af73de500af1bae9d74f34cb8242ab4ce2f0fc3dec5f542ceaf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.25 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: 655.42 GB
    • Received: 14.31 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.