Loading Tool

Explorer IconExplorer

Memory Pool

98,571 transactions
25.94 vMB
0.07550671 BTC
Random Selection Loading Transactions
Max Size: 174.23/200 MB

Candidate Block

Mining Attempt 4ac09ed0ec1379188d4c08dc421d8664581f40865d652908fd8a2bc8f941397f
Version 20000000
Previous Block 00000000000000000000b7bac6595d21a43a1aa5fe17f1b4a0e4537845029887
Merkle Root 74775753d6c707bd8cd06252052348ddc0d811e93c1ee5fb27b5b91876902d41
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,665
Size: 1.00 vMB
Total Fees: 0.01330480 BTC
Feerates: 40.21 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,076 (911,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,008 5,008 00000000b3d4db87a344aa8294146ea5dccace239800c314a757a8595c5eac9f 1 0.00/1.00 vMB 0
5,007 5,007 000000002d2e2c744dcad27e34b5674ce03194451fc82d34d0b114aea1c8e823 1 0.00/1.00 vMB 0
5,006 5,006 000000009445629e5662b81815da26b0cdfa65c54f9b64378ab2a3d501087438 1 0.00/1.00 vMB 0
5,005 5,005 00000000d8e1ff70753bdcc86a037f9394d61c9437d1a14f9878c6b52285cbb7 1 0.00/1.00 vMB 0
5,004 5,004 00000000422e1857bb1bd758376a2e541cca2f329de1a63663f1fd9787476f01 1 0.00/1.00 vMB 0
5,003 5,003 000000004a365ae12d9e43615db500336e9c40afd19502d3e1fa066e0c924532 1 0.00/1.00 vMB 0
5,002 5,002 0000000058c93b07908de1a99f12593a18c0dbdcfd912c2327ecd36a6bac0c8c 1 0.00/1.00 vMB 0
5,001 5,001 00000000284bcd658fd7a76f5a88ee526f18592251341a05fd7f3d7abaf0c3ec 1 0.00/1.00 vMB 0
5,000 5,000 000000004d78d2a8a93a1d20a24d721268690bebd2b51f7e80657d57e226eef9 1 0.00/1.00 vMB 0
4,999 4,999 00000000c9a61ea18fbf06b03e10033355e6eab3de038d975f40af9babbe0658 1 0.00/1.00 vMB 0
4,998 4,998 0000000097af7bc4e7c62e316c7288ed6b37e7083ebd6209f17e5de60dfa98b1 1 0.00/1.00 vMB 0
4,997 4,997 0000000076a2ce70e7323a4f3ccae9302d0bd4452a0f164767cc872e70238acd 1 0.00/1.00 vMB 0
4,996 4,996 0000000067088c4f789903333a7e50cc34cbd5784f96d2a112670b5b571cd077 1 0.00/1.00 vMB 0
4,995 4,995 000000007dce0a462058ba41965c44be67766dffd42b87f02804a4f257bd3ad2 1 0.00/1.00 vMB 0
4,994 4,994 000000000d1a13f38e7174bd1eb3a87c0690511759b46b601fe452f319b09e4d 1 0.00/1.00 vMB 0
4,993 4,993 0000000039ec9a320d22da935ddace441e1f9b3827c33d693d366fb6a788a818 1 0.00/1.00 vMB 0
4,992 4,992 000000006ddad2381c933febd2845af7fdd415ef7b9a8de7a54cd7ee976ca4a0 1 0.00/1.00 vMB 0
4,991 4,991 00000000fa413253e1d30ff687f239b528330c810e3de86e42a538175682599d 1 0.00/1.00 vMB 0
4,990 4,990 0000000040ad5982384733ca14e235a6804d310646e0f53e1f9fa9919101eb40 1 0.00/1.00 vMB 0
4,989 4,989 000000005e7b8a93fc0b3a92f6a71382431519a6650b0609c3bf40fb539e8020 1 0.00/1.00 vMB 0
4,988 4,988 000000007ca8e0774811e5f1ccfd2492a57b6b4196b1b6a932f6768f4574374b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.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: 814.64 GB
    • Received: 23.98 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.