Loading Tool

Explorer IconExplorer

Memory Pool

80,367 transactions
30.14 vMB
0.12318799 BTC
Random Selection Loading Transactions
Max Size: 180.82/200 MB

Candidate Block

Mining Attempt e61c859786fdb7308f380a98601025d38b96e68e15f6ae777f60a337908abdd0
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 46d96d786fcdc101bf92030fc58568a6e9f65decc4906ce425d0e12528c95167
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,268
Size: 1.00 vMB
Total Fees: 0.05444731 BTC
Feerates: 150.86 > 5.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (358,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,820 556,820 0000000000000000000f87a6db2d91e679f7e1d30cbeced582402a7e6e6f4ed8 2,592 1.00/1.00 vMB 33
556,819 556,819 00000000000000000029ebd8f378294a7e6eb302a2ddaaf3b94bf1f22d4c63e4 2,051 0.96/1.00 vMB 16
556,818 556,818 0000000000000000000ddd94f094e80c61898556d4811859dc2fd721d02785ad 1,443 0.75/1.00 vMB 8
556,817 556,817 000000000000000000139c4741de5d37e92b5802bf04fdf51b3524506ceed4f1 2,265 1.00/1.00 vMB 7
556,816 556,816 0000000000000000000d7fdf46ee9889083f8631c004c38c5610c7192806e99c 2,338 1.00/1.00 vMB 8
556,815 556,815 00000000000000000014c0fbd6de22d31bbc277216e1e7cacef99649a1c122ba 2,844 1.00/1.00 vMB 27
556,814 556,814 000000000000000000113f4e4640dc48cd3a6fdd40a500a6f64f3ee1e429d276 731 0.35/1.00 vMB 9
556,813 556,813 000000000000000000075bc49c112479e00f6cad76c1b1e303e43ca20373de16 41 0.01/1.00 vMB 24
556,812 556,812 0000000000000000001ebf184cf5ac00cc0c3a0de299a69f3e5f17d0a6fcbca7 571 0.32/1.00 vMB 17
556,811 556,811 00000000000000000002225e1fdce1bb59868dd6b6b986bbc6c9e9a892be29a6 223 0.07/1.00 vMB 11
556,810 556,810 00000000000000000009188062b40badb698011b8ea3cd5b29dc60dac2544b2a 1,904 0.88/1.00 vMB 11
556,809 556,809 0000000000000000000002897aae6355d686b0c722b60f9327f53aa7351b2e8a 1,050 0.99/1.00 vMB 3
556,808 556,808 0000000000000000000b3bafc658b201daadf23c8f6e0ac1da2b1ca9bcc34661 2,310 1.00/1.00 vMB 11
556,807 556,807 00000000000000000008294381a5cdb461f125a9949e835525a7ab26c11932ab 2,027 1.00/1.00 vMB 11
556,806 556,806 0000000000000000000f0aaf22e9d61c7cf6a1927f48986ac9bcfc7203f3c9dd 2,640 1.00/1.00 vMB 15
556,805 556,805 00000000000000000025e3b13e6f5afd0b0a8f641eaea87f4c5c6ee3e7e78a8f 2,427 1.00/1.00 vMB 8
556,804 556,804 00000000000000000009880b8260546a4bdf34fa717a108b5e9caa7dff75fed3 2,629 1.00/1.00 vMB 27
556,803 556,803 00000000000000000024294348a6bbef5650ef9858325c81e33169bfcec2d542 1 0.00/1.00 vMB 0
556,802 556,802 00000000000000000011c040976f31271fbef5240a66e52adbb79b767d6159bc 2,346 1.00/1.00 vMB 38
556,801 556,801 0000000000000000000ad7aa4aeca281dad5615559c08d305a36059f5ce3f91c 1,403 0.98/1.00 vMB 6
556,800 556,800 0000000000000000001114ccb8f614e719e66add8234bb801ae439782d7a16e3 2,786 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.57 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: 671.23 GB
    • Received: 15.88 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.