Loading Tool

Explorer IconExplorer

Memory Pool

39,612 transactions
27.95 vMB
0.05768420 BTC
Random Selection Loading Transactions
Max Size: 142.56/200 MB

Candidate Block

Mining Attempt 0764dac8d6f7d557b1851b82a628f1a7fd872940b58be19b9a3e19bfc5b88d03
Version 20000000
Previous Block 0000000000000000000210ce047a899c3165142ca92db23549562eea5202e5a5
Merkle Root e86f4edec6ac709671c1cc7b0d8efe4638835c04e4f342c76b5492447608ccc2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,329
Size: 1.00 vMB
Total Fees: 0.00414061 BTC
Feerates: 50.62 > 0.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,633 (149,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,499 765,499 00000000000000000005d23cf98de783ec1af7268f5e9a423145ff754d06daa0 3,067 1.00/1.00 vMB 46
765,498 765,498 0000000000000000000346c95c727de04ed8ca1c5a776a9f00a5a2d0355ab6ca 2,122 1.00/1.00 vMB 28
765,497 765,497 00000000000000000003c2da3cec0f994a514fcc31a66f69b691594e13396c71 2,624 1.00/1.00 vMB 40
765,496 765,496 0000000000000000000585553cfff527726abca71ab4f9ac495fbb6c2f24ad7a 2,759 1.00/1.00 vMB 24
765,495 765,495 0000000000000000000186b4d79d21afc4612a15d2fcb95406fc234a35b6138a 3,521 1.00/1.00 vMB 42
765,494 765,494 000000000000000000020de3b36a12cf0e51b1cc08590a87d7ff55bff6b8553b 4,519 1.00/1.00 vMB 25
765,493 765,493 000000000000000000018d26317786f36ed60abc1e966a76c60fe1be7de308e5 3,348 1.00/1.00 vMB 31
765,492 765,492 000000000000000000011a30bcb8642e26b8ab008367f45324d22e044351057d 3,444 1.00/1.00 vMB 47
765,491 765,491 00000000000000000000382545c81174f6948febfdb3587e670a3653747bca51 3,487 1.00/1.00 vMB 30
765,490 765,490 0000000000000000000637ed5b5f148d7e10fdd7248b54dc7e1036e660d313bf 3,485 1.00/1.00 vMB 46
765,489 765,489 0000000000000000000182db03d1d8b282ceb356f85cafed4ea24188438d1170 3,331 1.00/1.00 vMB 36
765,488 765,488 00000000000000000004a72ba478e450652cc509171a8aadaea66d73d6afa182 2,994 1.00/1.00 vMB 50
765,487 765,487 0000000000000000000023bd2e094e70822bd9dccd2e63ed4ae253e810af94c3 2,768 1.00/1.00 vMB 38
765,486 765,486 000000000000000000032226d6ba8cf8212c0130c3317e418d5778cb7586afdb 2,745 1.00/1.00 vMB 34
765,485 765,485 0000000000000000000749799525c7ace800f418d56e71c9a1142b77a3b9e9e5 3,134 1.00/1.00 vMB 32
765,484 765,484 00000000000000000003892f11559a33de0514cde0cd5d5c3c3ea61ec7a84555 2,731 1.00/1.00 vMB 40
765,483 765,483 00000000000000000005229c23e95aba4fa82b18c47c2a25fdd5a1a179ee0014 3,099 1.00/1.00 vMB 44
765,482 765,482 00000000000000000002931172fb3db45edaead14590c144613d3d5154e6a8df 3,082 1.00/1.00 vMB 59
765,481 765,481 000000000000000000020d703f6f8d0001194baa3aed693c18772b5b1c7230fa 2,976 1.00/1.00 vMB 14
765,480 765,480 000000000000000000055b93e6facbe8f1f2375497f16b30a57fc970507eb287 2,642 1.00/1.00 vMB 22
765,479 765,479 00000000000000000001f0af5564374ddef1674ff5d7cc6d130e7046d3616c2b 3,446 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 630.39 GB
    • Received: 12.03 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.