Loading Tool

Explorer IconExplorer

Memory Pool

84,049 transactions
31.47 vMB
0.10188836 BTC
Random Selection Loading Transactions
Max Size: 192.86/200 MB

Candidate Block

Mining Attempt baa8280e0e76bc87f28418f8242f28d83bddad30f53c13b1473ba6c7cf4795ee
Version 20000000
Previous Block 00000000000000000001ac34818eef0d70486ad7b2c435f366c2fef0117ca70d
Merkle Root 241917993a35fab3e9c9db709fe0207e72601b5e0e8d10c7f847128a6cf37d81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,057
Size: 1.00 vMB
Total Fees: 0.02975364 BTC
Feerates: 150.54 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,228 (510,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,018 405,018 00000000000000000531e5a86c2d5a772f8fa7f25be0671a435f6fb7b047a07d 2,219 0.93/1.00 vMB 46
405,017 405,017 00000000000000000394058b0799080623bd1bab9762d485618ac08cdd697e4a 1,114 0.99/1.00 vMB 22
405,016 405,016 000000000000000000a70ae21c9e30197a65636363f6f1f62433573cef9930b3 653 0.80/1.00 vMB 29
405,015 405,015 000000000000000001daef68a4260f3e090e539294a5089e4c505fded0ebf2de 2,838 1.00/1.00 vMB 59
405,014 405,014 00000000000000000440a93fe8cee8465d06ced1648504606b56a16e7aa760c2 1,241 0.67/1.00 vMB 35
405,013 405,013 000000000000000000696e4f12b783ccc382ee76573eed3a33b630b7d95d50e8 246 0.09/1.00 vMB 40
405,012 405,012 00000000000000000465a2dfd4c95158d28be0939095c6abcc6c02b4fc346cba 585 0.37/1.00 vMB 32
405,011 405,011 000000000000000006a2efacf45ec271785dc7f4ff62f807775e85a2fc2508fb 1,264 0.58/1.00 vMB 40
405,010 405,010 000000000000000000fabd8a2c0c5776ef2640ccd8d0a888590c266b5011617a 1,480 0.68/1.00 vMB 39
405,009 405,009 00000000000000000124210a3a1d8c457d89d938a67bc98fc4bd6c2a77f9dfb2 315 0.15/1.00 vMB 38
405,008 405,008 000000000000000004c9149795327e0e6a343f656ff673e16bafcebada6f54d9 1,490 0.76/1.00 vMB 43
405,007 405,007 0000000000000000043817efbc3c05512a5910cc17769c70e5c37a93a5649901 1,194 0.63/1.00 vMB 35
405,006 405,006 000000000000000004493e4fd3f3250aa01e27c4300da98b14f64d7321605347 168 0.16/1.00 vMB 46
405,005 405,005 00000000000000000295dcd2956ba6c4c8008991ccfeed82901f1e04e51fcfa1 2,056 1.00/1.00 vMB 40
405,004 405,004 000000000000000006a49f94be5f154ec353c3e48cf4a4b1d559926538f89d55 798 0.88/1.00 vMB 20
405,003 405,003 00000000000000000023f9dbd2dcd95c8e14f4c7daf292e106fee05f41e514e9 2,536 0.93/1.00 vMB 51
405,002 405,002 0000000000000000038d0a44698b537d635eea6a498508b6e61775892e3ce007 2,256 1.00/1.00 vMB 45
405,001 405,001 0000000000000000005d360415c32b1fd6512b536848e68e04f47321d480a9f4 371 0.37/1.00 vMB 14
405,000 405,000 0000000000000000064964d6c6fc399a7829a6d78fbdc2188686ed221f130c37 916 0.53/1.00 vMB 33
404,999 404,999 0000000000000000025c84fe7fd46779b4eff413c3cd4c34789237a49dd08a8c 2,755 1.00/1.00 vMB 56
404,998 404,998 00000000000000000624d56f0dd44fdfd0325aa22f419c9887e2f32dabb6cab1 1,794 0.99/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.78 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: 709.75 GB
    • Received: 16.97 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.