Loading Tool

Explorer IconExplorer

Memory Pool

78,683 transactions
29.15 vMB
0.11842481 BTC
Random Selection Loading Transactions
Max Size: 175.85/200 MB

Candidate Block

Mining Attempt d19d41fed1a927828a218b33f92d0d955ea5e436cfe73b1a59626f4b33271e1f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root ff888ba6abe64a42d921d60cd51a0cd7f5f552fe0ac2e6dd87bd87a385c56d8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,094
Size: 1.00 vMB
Total Fees: 0.04278740 BTC
Feerates: 150.80 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (348,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,617 566,617 0000000000000000000553f5819bdbb03587114afecbdce4e74cc83de8933e71 3,450 1.00/1.00 vMB 17
566,616 566,616 0000000000000000001aac911990bbf085bcee484eedba1c5c8154c2a8d757ce 2,689 1.00/1.00 vMB 233
566,615 566,615 00000000000000000025a68d6fba83daaa90c4abc04909c3c403c68f07b47f3b 2,384 1.00/1.00 vMB 37
566,614 566,614 00000000000000000003a353c8e2e1a2ec10a7b0b431d0f9a6c0d0405a83ba03 2,471 1.00/1.00 vMB 25
566,613 566,613 0000000000000000001de74bc469f994c8b2437e68d32896bbf46a33695cbbd3 2,605 1.00/1.00 vMB 19
566,612 566,612 000000000000000000138390271ae7aff699d08883ac511a19ea69c6ce825f92 2,779 1.00/1.00 vMB 25
566,611 566,611 0000000000000000001264af80dae78dba127683e64e29af1b437235b200c310 3,071 1.00/1.00 vMB 38
566,610 566,610 0000000000000000002d95fe34afd0a2e7b5c0eff62a7f4457c54063914972af 3,210 1.00/1.00 vMB 39
566,609 566,609 00000000000000000007a105b7398fea4d8dfceb0652168b39293941ae962466 2,909 1.00/1.00 vMB 27
566,608 566,608 00000000000000000029e29c7b35b0101e05f034965462e7c962eefcc5602137 1,909 1.00/1.00 vMB 39
566,607 566,607 00000000000000000010c10a8c3d8785943ef5ee36da1004130e2a2a219d3cd8 1,947 1.00/1.00 vMB 19
566,606 566,606 000000000000000000130e936aefe5220c10fa213d7729c9b79bfe2c433d5ff2 2,677 1.00/1.00 vMB 49
566,605 566,605 0000000000000000000833bc6053b9d0e61537ec9a5ba0ed72ae61dda185db23 1,311 1.00/1.00 vMB 87
566,604 566,604 0000000000000000002dc05171db4ad90bc6f1f16fc1f9f36b13742805cfb0e4 1,835 1.00/1.00 vMB 37
566,603 566,603 00000000000000000027e39b22ee6bc902f68bbfeb40e62c07e43a0af3fc1891 235 0.10/1.00 vMB 20
566,602 566,602 00000000000000000004d142edcb387f8ab26c605e5fa86cc20e97fd99e38125 1,847 0.72/1.00 vMB 21
566,601 566,601 000000000000000000137043e08092ea56622c8abfb4d032310abc45e37e0db7 601 0.64/1.00 vMB 2
566,600 566,600 0000000000000000000deee33f4185931457e27d8bd2c6742afcc3fb8b25ab3b 1,761 1.00/1.00 vMB 13
566,599 566,599 0000000000000000002b46e94801b47539d5659c78122b682f4d0beb962b0381 2,619 1.00/1.00 vMB 5
566,598 566,598 00000000000000000006f3328368e2f9adadb3b6ab1d1b795036441910c34958 2,460 1.00/1.00 vMB 17
566,597 566,597 00000000000000000019da9d68624e413243a6b626b33b6ee81cef9619257c28 2,527 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.