Loading Tool

Explorer IconExplorer

Memory Pool

80,902 transactions
31.43 vMB
0.07186777 BTC
Random Selection Loading Transactions
Max Size: 190.90/200 MB

Candidate Block

Mining Attempt a8b2b37bb9b066000deecbf804f728f092f966725ba03ede6271eedded9a2987
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 790c1c392bfe5998350f89d97a907df1c28f9d98f2774f6dc57ac2cc127521be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,651
Size: 1.00 vMB
Total Fees: 0.00369228 BTC
Feerates: 73.20 > 0.37 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (380,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,723 534,723 0000000000000000000aecce65f3d7e35340d43d69311a1ae81068ee79191aa7 2,696 0.97/1.00 vMB 19
534,722 534,722 00000000000000000015d9b787130474b235d9cfd9bbda2b2f8f9f9b96a9f88b 2,215 1.00/1.00 vMB 9
534,721 534,721 0000000000000000000c0d8380173fbf092aaa30dd9429d3fbfb78c5db8a3854 2,673 1.00/1.00 vMB 11
534,720 534,720 000000000000000000161d20006bf1ac3af54c61a65549a9b837b76b4efc988b 2,997 1.00/1.00 vMB 22
534,719 534,719 000000000000000000236d34ec2dd450e936e50cf974be6f021c4d7dbe5eed91 2,690 1.00/1.00 vMB 20
534,718 534,718 000000000000000000060c0959a69f198a27e99785dad5f3e7ed26a7a55492e9 2,456 1.00/1.00 vMB 8
534,717 534,717 00000000000000000019b491601b2a88b0da44893dfe21a33423c5ed0e19bc5a 2,254 1.00/1.00 vMB 13
534,716 534,716 00000000000000000008fec0a58339f366611d63797d3062fde8d10d41f3c716 2,395 1.00/1.00 vMB 46
534,715 534,715 00000000000000000014a0422952f581f403f3267f7907851e00033219bd33ef 2,244 1.00/1.00 vMB 5
534,714 534,714 0000000000000000001efa389ccb03072b52143ffbd40cdda944517c458e7171 3,074 1.00/1.00 vMB 15
534,713 534,713 000000000000000000089b7d9387754d8cbe61af25974a3303692e040cf5f7c7 2,473 1.00/1.00 vMB 25
534,712 534,712 0000000000000000001cd3ac5a27313beb8c17e5a6899136a35b8d467d107511 2,514 1.00/1.00 vMB 14
534,711 534,711 00000000000000000028d6391c1eb48c7eda8a078a12d57d1e2a1c5c5a18559d 2,639 1.00/1.00 vMB 13
534,710 534,710 0000000000000000000efb1cd7fdc4539662205ebc0966de3d115c03818e33fb 2,484 1.00/1.00 vMB 77
534,709 534,709 000000000000000000138268a6f1dffc4e364fda8192240177fb096ee59e8b7b 2,771 1.00/1.00 vMB 15
534,708 534,708 0000000000000000002544512cc7ea4c43faed4e5bcd6dba1bdab9ea461aac30 1,786 1.00/1.00 vMB 5
534,707 534,707 0000000000000000001df3263e3478c94401572de9c96aee747cdb3eb629e4e7 2,618 0.97/1.00 vMB 20
534,706 534,706 00000000000000000007580093d74e989f37865eb4b7c433ec9d8fb3baa19f7e 1 0.00/1.00 vMB 0
534,705 534,705 0000000000000000001f13a07bf4b65dcbac0bf4f8c782f2efae1acfd9788f7b 2,025 1.00/1.00 vMB 8
534,704 534,704 0000000000000000000706edf371e41e183c2f00e5d0e9ebd8779f072e30db3c 3,081 1.00/1.00 vMB 14
534,703 534,703 000000000000000000063471fed32cf8bacc4d5ac1253e9b31395058e4285a87 2,316 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.