Loading Tool

Explorer IconExplorer

Memory Pool

80,862 transactions
29.87 vMB
0.06907314 BTC
Random Selection Loading Transactions
Max Size: 180.27/200 MB

Candidate Block

Mining Attempt b77eeff810e6b2fcdc6111e8ed0e6e84bdac00590e7718887eeb64ce2a8f81a7
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root 9235a1306ca643ff4e2fedcae8ed7bb52aab1aca0947914406da198eea084d51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,529
Size: 1.00 vMB
Total Fees: 0.00795056 BTC
Feerates: 34.33 > 0.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (90,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,118 824,118 000000000000000000014cb266be8ed7ff9fcc4d924f065e8faa972fd6380df7 4,110 1.00/1.00 vMB 69
824,117 824,117 00000000000000000002d5920b3b7cdf4e09ccc6cdaaf0e5bf161d1b769de4b7 2,781 1.00/1.00 vMB 88
824,116 824,116 000000000000000000012568153cab5d88e51009e897d2c22792374087853edb 1,564 0.47/1.00 vMB 87
824,115 824,115 00000000000000000000885a6ef61fb8b9896f288e36683a345e16a86254c2e1 4,069 1.00/1.00 vMB 94
824,114 824,114 000000000000000000026b1520871e3ec8ec238adae72b82619c3bc169f712a0 3,760 1.00/1.00 vMB 95
824,113 824,113 00000000000000000003d32e8d60b7b1d50ae2dff17dcc0c1f2ed5fe3e04c904 1,830 1.00/1.00 vMB 60
824,112 824,112 00000000000000000001c5b75fa06bbd794100fcefd26dfe860cb04eb74a83f3 3,676 1.00/1.00 vMB 69
824,111 824,111 00000000000000000000fd91a4579baa8c6e4013ee4810098464839e8f4a42fd 4,061 1.00/1.00 vMB 70
824,110 824,110 00000000000000000001472dcc8a397ee68c0060b4a8db5341e0330f0fa25ec4 3,482 1.00/1.00 vMB 72
824,109 824,109 00000000000000000001dfa88d940afcc3906914d85a8cfe6d84842e61089e87 3,229 1.00/1.00 vMB 60
824,108 824,108 00000000000000000003a2201d574b79da760195603e1375f87324059bd5058f 3,991 1.00/1.00 vMB 93
824,107 824,107 00000000000000000000d8fd09d9a0418937370875ac44c667d7eda658f5afd6 3,923 1.00/1.00 vMB 66
824,106 824,106 000000000000000000019fead4a37e23e33fd71cc2dee7685e9ca75829971d92 2,970 1.00/1.00 vMB 95
824,105 824,105 0000000000000000000081084351ff5b5c42127ab7762597bbe47e555231b8b8 3,813 1.00/1.00 vMB 66
824,104 824,104 00000000000000000001d6cd0e66e3df3904e2fd8b8a5b09fb75bae08c64ed8e 3,488 1.00/1.00 vMB 93
824,103 824,103 00000000000000000002b7b52dc2ff845e5dc52532371b988fb5afc45ccad698 3,193 1.00/1.00 vMB 67
824,102 824,102 000000000000000000038f569e0b64c57c6f813b98e7cc958940e41cbce5e992 4,727 1.00/1.00 vMB 68
824,101 824,101 00000000000000000002c57800f33916d5a4ec2365828dba7eee2dd6c07f08b1 3,351 1.00/1.00 vMB 70
824,100 824,100 00000000000000000000944b9a7fb475b9900bc12410561dfdd98739f02f8aa9 3,948 1.00/1.00 vMB 97
824,099 824,099 00000000000000000002d356c71af754b10e304fbebcc55a6bd4f02ee4a9e555 2,633 1.00/1.00 vMB 76
824,098 824,098 00000000000000000002ba0b4d55878176561c041b47b07bdaff08ac9f84bbfe 3,516 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.35 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: 662.20 GB
    • Received: 14.84 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.