Loading Tool

Explorer IconExplorer

Memory Pool

43,308 transactions
28.06 vMB
0.06327694 BTC
Random Selection Loading Transactions
Max Size: 147.99/200 MB

Candidate Block

Mining Attempt b27da9914a30d4b3f8a909203177853436a2cffc22c1c80af78a7b548a7777d5
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root a1f4782a364fc91cdca2e4ad304fcfb59a1cc56180e9612f2c4cbe1474fc9bd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,786
Size: 1.00 vMB
Total Fees: 0.01053529 BTC
Feerates: 100.21 > 1.06 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (469,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,171 445,171 0000000000000000003139df095e97a66efa6d6d9c7ade76caf26d3756e29e39 2,920 1.00/1.00 vMB 81
445,170 445,170 00000000000000000001b0b9af164f3b2c09ff6f99e567df95b3ab112134e96a 2,476 1.00/1.00 vMB 69
445,169 445,169 00000000000000000336602a0d901a044ea34c91eedbd84da7c9d7981bf9428d 2,856 1.00/1.00 vMB 100
445,168 445,168 0000000000000000033cad1e0d8fbc7cdaa660f50e7534f488543df1524779fb 695 0.77/1.00 vMB 28
445,167 445,167 0000000000000000016cf303bccd593c1feaf53b177fc76497289370db42646a 2,177 1.00/1.00 vMB 70
445,166 445,166 000000000000000003840d5dc00bfd3f24068c63700ca037433700d6d08e5d14 2,579 1.00/1.00 vMB 75
445,165 445,165 000000000000000003123259e68009b5d23b2bddb3193f1fba7396cf59e7910d 2,145 1.00/1.00 vMB 99
445,164 445,164 0000000000000000003c52ad03a94a8da08e2bce3c76430d798fba39d1083ff7 2,110 1.00/1.00 vMB 68
445,163 445,163 00000000000000000005546a59fcc5f489a6f0ea15111a137ebc9be21b646b8e 2,579 1.00/1.00 vMB 93
445,162 445,162 000000000000000001bfb4c8427fd5d8256d899d60411c339c52b1c87e6df049 1,608 1.00/1.00 vMB 118
445,161 445,161 0000000000000000034a8dca7fe1801ed65e03aaeff94eeb34236cda2808f19d 175 0.08/1.00 vMB 70
445,160 445,160 0000000000000000028907ba1fd6f492cdccfd0be79d11c6c43352834964378e 929 0.60/1.00 vMB 46
445,159 445,159 00000000000000000185ee972011605697340a4a4fa8ba778a93bc61a95dc315 2,823 1.00/1.00 vMB 90
445,158 445,158 00000000000000000153e83f7511f8b104912bc578ad69d5ee5f138bd418a4cf 448 0.24/1.00 vMB 48
445,157 445,157 0000000000000000018b0b776051b6f14f52cbb66b99d45123282de5bb22e419 2,477 1.00/1.00 vMB 84
445,156 445,156 000000000000000002886b7a88866c165e149ce7edf783d1b3d08fe89b6e320f 841 0.87/1.00 vMB 30
445,155 445,155 000000000000000000d574047e69c004e788881ec3d6dc4f8e268843f3d5b5df 1,794 1.00/1.00 vMB 50
445,154 445,154 00000000000000000062666da10f0295b9b92624ad7db0f85dfae8a3e4fa2f27 1,865 1.00/1.00 vMB 66
445,153 445,153 000000000000000002da715abf2278f0e827a600fe26ba1a3b562b91114ac696 2,138 1.00/1.00 vMB 86
445,152 445,152 0000000000000000035d6269dc8d4772081b25bb7b6c22db2b37f9ad5ea7f51d 2,784 1.00/1.00 vMB 80
445,151 445,151 0000000000000000005de8d22abf270808712d0309df926ff6a3f30504dce13c 2,269 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.10 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: 651.68 GB
    • Received: 13.63 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.