Loading Tool

Explorer IconExplorer

Memory Pool

76,424 transactions
28.18 vMB
0.08931794 BTC
Random Selection Loading Transactions
Max Size: 171.64/200 MB

Candidate Block

Mining Attempt 696c077c7b4ec9dd4bd32276689dd5542413c7c7b6ae9e5dbcdf5b5de4605b46
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 2274e035955c4d7a88ed3e61a8d65dd77f8c718633e888774ec438eab5891c0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,927
Size: 1.00 vMB
Total Fees: 0.02819028 BTC
Feerates: 105.73 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (477,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
437,543 437,543 00000000000000000199349f620489fc93068a8e9ada6c921fc73a83efc82ef1 1,654 0.75/1.00 vMB 79
437,542 437,542 000000000000000001cab57b551245d1bdfb28f9fed85a83824f39aded1c6d0f 1,422 0.58/1.00 vMB 64
437,541 437,541 00000000000000000397f175a94dd3f530b957182eb2a9f7b79a44a94a5e0450 1,775 0.88/1.00 vMB 67
437,540 437,540 000000000000000003033b97180201c48cbe1794051730aba3b84b64d0c14783 754 0.39/1.00 vMB 61
437,539 437,539 000000000000000003feb3da019bb39f573337ab486d591319a675d4af7ace38 88 0.03/1.00 vMB 90
437,538 437,538 000000000000000003c898b3a1a3872937236f24138875386bfc461fc2b594a8 327 0.45/1.00 vMB 30
437,537 437,537 000000000000000003622fa92e9dbd7721581826bf0b4b2de51859fae2eb62eb 1,611 1.00/1.00 vMB 40
437,536 437,536 00000000000000000040f503fabc38413b41b3ec2d0c8cdb8bf587e38fa8a2c1 1,981 1.00/1.00 vMB 50
437,535 437,535 000000000000000000660944d5e3ca182527871480aaeb792ee646e505f874ce 2,460 1.00/1.00 vMB 68
437,534 437,534 0000000000000000015664ab9be046a22d7f085504b6aa1704a7081fc4b90f74 2,277 1.00/1.00 vMB 67
437,533 437,533 00000000000000000296a7099676cc69b788eb8d9ac106c59b2f3986a5da87d9 1,697 0.75/1.00 vMB 85
437,532 437,532 000000000000000003491a034cb3d3976b5b9ad074162037416742f4d95b3b6e 3,098 1.00/1.00 vMB 100
437,531 437,531 0000000000000000024eee447c7eebe5ad21033853eee6fbde8ff6620e5361d2 997 0.99/1.00 vMB 26
437,530 437,530 00000000000000000099d4bae92e2ca3a3358648f7f491e7a49a1a3d11c6f15e 696 0.39/1.00 vMB 58
437,529 437,529 00000000000000000343e4fc89714497b55777ed8862aca75dace209f4b418cf 1,202 0.64/1.00 vMB 67
437,528 437,528 0000000000000000037887c71f2f6c64968003902f6fa9a82e52d3361b5e122f 1,583 0.95/1.00 vMB 49
437,527 437,527 000000000000000000e36a5115f8ab9a67fc7f8fdc405a6c5220801ae6cf8fad 2,465 1.00/1.00 vMB 65
437,526 437,526 0000000000000000026af82db8b0f49059a5e0e20f503432e43bdfdb2b4578b0 2,308 1.00/1.00 vMB 81
437,525 437,525 000000000000000000628147ab1c51aa30fd03c85fc58985ffe728a78f6e3c45 105 0.03/1.00 vMB 69
437,524 437,524 0000000000000000029fd0c8715858bec49ad550dcac6247c224810c4cb0c8c5 2,076 0.88/1.00 vMB 68
437,523 437,523 000000000000000001c4bd2bc7e27a17a41769e61e490d3ec4c9a2fa361f3b6b 1,671 0.69/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.84 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.05 GB
    • Received: 17.16 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.