Loading Tool

Explorer IconExplorer

Memory Pool

78,114 transactions
29.47 vMB
0.10614557 BTC
Random Selection Loading Transactions
Max Size: 177.54/200 MB

Candidate Block

Mining Attempt 91bfbaae3336049f2cff4ef2b125926c30f5534cbf01e2b3649cbd873595b97d
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root d7597c867188b3e8d2ee3b0e66bda7b62efb09eba2386685de83e3df3d5f0257
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,488
Size: 1.00 vMB
Total Fees: 0.02955448 BTC
Feerates: 151.12 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (357,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,995 557,995 0000000000000000000b57ceae89dadd96c7d1b874f5be7afc405470c1c94898 1,814 0.58/1.00 vMB 16
557,994 557,994 00000000000000000005a0e7a330cd0193bb017829f18dc84f6c9adb358ad0c6 2,161 0.64/1.00 vMB 15
557,993 557,993 000000000000000000114aa70a158dccead7f0993d3fe514c61df67e3332f0bb 677 0.34/1.00 vMB 8
557,992 557,992 0000000000000000002c4a3b80e38f0279a1c319de6ced62dd8f21429f4bca77 3,017 1.00/1.00 vMB 15
557,991 557,991 00000000000000000028ff33b2d63f054ceee1e3a235ff6222facd0b0345f441 2 0.00/1.00 vMB 19
557,990 557,990 000000000000000000316921fc93be4a3eba1caf04a43690d187f9097b708966 3,301 1.00/1.00 vMB 7
557,989 557,989 0000000000000000002bf9da0100077020f719b6a577fa9d163ba542f80a2d46 3,445 1.00/1.00 vMB 27
557,988 557,988 0000000000000000000f9b2af527de1265066668e8e99fa8dbaa8ea54e88903d 3,399 1.00/1.00 vMB 12
557,987 557,987 0000000000000000001d2340730ea2a3b681bde39eb98087cd0017fea6ed207d 408 0.14/1.00 vMB 23
557,986 557,986 00000000000000000006b4f8194a9f622fcd19627066b28979032be16ca6b2fb 1,325 0.38/1.00 vMB 12
557,985 557,985 00000000000000000028938b3433d97b76c1bd8bb2955e9232d6a2ac04137560 3,267 1.00/1.00 vMB 14
557,984 557,984 00000000000000000026d9f327f8c2b184478dc41172a1cc9a6ebbd513f2dc3f 699 0.22/1.00 vMB 16
557,983 557,983 0000000000000000001efbc5da0f3b6993ec1fab8946dd344b40f7fe7d3b5259 1,679 0.57/1.00 vMB 10
557,982 557,982 0000000000000000000459c270ef006b15f94fb7a4a3d1289e1c6bd36d88396b 3,230 1.00/1.00 vMB 10
557,981 557,981 0000000000000000000806a9c3e597ee9a5aba587d9d239dc0a553bb7ba9c1a5 2,921 1.00/1.00 vMB 16
557,980 557,980 00000000000000000006dbc0ad13f6e5128c9c9a67eae5ea26da47466e5f6cb4 3,083 1.00/1.00 vMB 25
557,979 557,979 0000000000000000002744bfb3f6a32ca5017d02ebece20a89405a06e0693d26 689 0.24/1.00 vMB 14
557,978 557,978 00000000000000000009e02b4f9dc6efcea92dcf4063d25a748181d7a1d21689 2,158 0.72/1.00 vMB 4
557,977 557,977 00000000000000000007e97593fef6ef0a3d90994e29330150e549f30ee85ebe 2,849 1.00/1.00 vMB 9
557,976 557,976 0000000000000000000c06f50bda7ac12b42bfc756774e3efb301bcf5d4e331c 3,325 1.00/1.00 vMB 22
557,975 557,975 00000000000000000021c901e7e74e53ffdff4d48bdbd1255761f1263afdd64f 2,877 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.86 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.97 GB
    • Received: 17.26 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.