Loading Tool

Explorer IconExplorer

Memory Pool

31,698 transactions
17.53 vMB
0.05589216 BTC
Random Selection Loading Transactions
Max Size: 94.55/200 MB

Candidate Block

Mining Attempt 4ce069947fc1f6806f988e012014b88464d826309dfb9dfcf046b6be08a1016c
Version 20000000
Previous Block 00000000000000000001ef74dfae70b7f5106732354c17fa5d73161353fed594
Merkle Root ce72b2c3d2d8c13fc60aef72c42b8b13e7c94211de42e672557c0d8cf29b860f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,801
Size: 1.00 vMB
Total Fees: 0.02243244 BTC
Feerates: 301.57 > 2.25 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,166 (814,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,812 99,812 0000000000025ff50645f9f157c8464f620fac6e0f4f80a3a45f8d106e5a30b0 16 0.00/1.00 vMB 0
99,811 99,811 0000000000004273d89d3f220a9d3dbd45a4fd1c028b51e170f478da11352187 14 0.01/1.00 vMB 0
99,810 99,810 00000000000340f6f16c717393fa10719d85618f28e2b2e54c19c71b8e825d87 1 0.00/1.00 vMB 0
99,809 99,809 000000000003cd4ef58ddbce65372d9b0a7a9f3a0cc4a27e63487f48f298cd26 1 0.00/1.00 vMB 0
99,808 99,808 0000000000027341ed8a5c3510ee6f3e0908427839895ac1ac989450ad4a6181 1 0.00/1.00 vMB 0
99,807 99,807 0000000000033981b215d5d301f09e1060af7e41b801144571ed8715705872f7 3 0.00/1.00 vMB 0
99,806 99,806 00000000000241320ed6b1e0ed3daf404d3bed9f1bb0afa413cd67af1db0cc42 1 0.00/1.00 vMB 0
99,805 99,805 00000000000121446b5e191df9852c2605dbda6480fffc7180f208e908b27bbd 1 0.00/1.00 vMB 0
99,804 99,804 000000000001bea23ae31879ba0092c96758a5038c44175c02adc3e23af74e38 4 0.00/1.00 vMB 0
99,803 99,803 000000000003437c9b9a20f574b63bb4d8c683c25c0860b3f10932c9c2771390 2 0.00/1.00 vMB 0
99,802 99,802 000000000002b56d78a90e307a67399cc825ba560f300425eaec19bf685b2e8c 1 0.00/1.00 vMB 0
99,801 99,801 000000000003d3efdbe6b4b45ea697a801ffa8a304c9a0e51ce1e0c7e5cf338a 1 0.00/1.00 vMB 0
99,800 99,800 0000000000046271e3335cb857ac8f971b7e43b476c9549e496a42ec73c275ce 5 0.00/1.00 vMB 0
99,799 99,799 0000000000000d95d5ff550a99d478a7cee0d2b436286dbf4f4e09db70b2a298 3 0.00/1.00 vMB 0
99,798 99,798 0000000000003c964ab2c0f1c86d57aef1b8ede397fd4f118e586ca3020ea832 2 0.00/1.00 vMB 0
99,797 99,797 000000000001da5a3920799e8d7467ab4495f2ae38ed474cd053d49782be66fc 1 0.00/1.00 vMB 0
99,796 99,796 0000000000020f8c27067f7544f60e56bc51156fb519d1d979de3b7ff68b0f22 1 0.00/1.00 vMB 0
99,795 99,795 00000000000118ca5c54e8f70ed8e74623a9cec50c25c537720932ac958f104d 3 0.00/1.00 vMB 2,227
99,794 99,794 00000000000454be7e63a4b4247f2260ca2454c6e1c0ef3983c5715bdb225901 3 0.00/1.00 vMB 0
99,793 99,793 0000000000003461b49d7b159cfddb6e571d05077872df8dc074776b6395f68b 1 0.00/1.00 vMB 0
99,792 99,792 0000000000016c03bebfe574b2a455b9928bc07d06222ac4a3d466920dfb1fb0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.89 GB

Node Details:

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