Loading Tool

Explorer IconExplorer

Memory Pool

79,506 transactions
29.23 vMB
0.07515333 BTC
Random Selection Loading Transactions
Max Size: 177.67/200 MB

Candidate Block

Mining Attempt 9fbf56132089919c261c5dac1b08973f3893b8aa9fad2641aa780caa55bc2b85
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root ec7426eabcf45f442d8ba5f811d66d9a56a82a434e9f9dc75c9e8c2c7610cdc6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,138
Size: 1.00 vMB
Total Fees: 0.01398236 BTC
Feerates: 74.86 > 1.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (126,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,063 789,063 0000000000000000000114279f7af1d5b39307208a0105e0d1c8358a7d68c10b 4,666 1.00/1.00 vMB 202
789,062 789,062 00000000000000000005a757aaccccf34a0276cfaab50836590b6dca6e18201e 3,606 1.00/1.00 vMB 212
789,061 789,061 00000000000000000001ac8f0a7e875ed015855ed2f57c9d0e9291e3239ad75d 4,279 1.00/1.00 vMB 177
789,060 789,060 000000000000000000000521f3343c9340436225b9b3f650453e287724afd02b 3,847 1.00/1.00 vMB 210
789,059 789,059 00000000000000000002ea7758c797d1432092ff521ef159db2da07b6573d1aa 3,863 1.00/1.00 vMB 247
789,058 789,058 000000000000000000053e0d6ffc7792709ef6d3ce89945435a23174a6a9ab65 3,410 1.00/1.00 vMB 363
789,057 789,057 00000000000000000005c8136fcfb5ce12fd6ac62c6b7b0ea00150740bf40255 4,125 1.00/1.00 vMB 294
789,056 789,056 000000000000000000017dcd4263c6be0c9021555892e5f4c852ba4e2190a9ca 4,843 1.00/1.00 vMB 157
789,055 789,055 0000000000000000000535657d0bf6048757826ffce3ae0bf9f164cf2e83c388 4,159 1.00/1.00 vMB 190
789,054 789,054 000000000000000000003a34bfe0c40bbc7a350ed919104e44c392fc10801a09 4,553 1.00/1.00 vMB 207
789,053 789,053 00000000000000000000495d098f0cf9b877da870d788111fe9f7071cc008f16 4,004 1.00/1.00 vMB 326
789,052 789,052 000000000000000000046ef720f947f3c2cffc690c6e3ab7b643e7bc13cad2e2 3,535 1.00/1.00 vMB 271
789,051 789,051 00000000000000000000d4d36ec87c4964203dfbbef0044182ab7b368dfd6c00 3,960 1.00/1.00 vMB 261
789,050 789,050 000000000000000000046e706e9a1c1fd82c987ff2d4d58bdad72e0a2a50db4b 4,303 1.00/1.00 vMB 294
789,049 789,049 00000000000000000003fd01167d14338d1a94119c24254640085c71a9838f10 4,881 1.00/1.00 vMB 264
789,048 789,048 000000000000000000057cec0aa9bb88541f3b316b0ad3301caf07e1cf7a8687 4,952 1.00/1.00 vMB 313
789,047 789,047 000000000000000000027dfb80589ca7cb33a96d73cb563b7d7c5a15fc039075 4,594 1.00/1.00 vMB 375
789,046 789,046 00000000000000000003440a659b2fe65edd6f33f71cf3702832d6f4dc5734f1 4,695 1.00/1.00 vMB 406
789,045 789,045 000000000000000000030939094d57c25369fbed9b6bafe94896de37f47d77f5 4,164 1.00/1.00 vMB 514
789,044 789,044 00000000000000000001d99d1618cc6c77e5d337b5d1c6adec56c375b208d197 4,975 1.00/1.00 vMB 356
789,043 789,043 0000000000000000000244596921de35d6be6e3e605fcac844b86872a81913a3 4,799 1.00/1.00 vMB 367
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.73 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.