Loading Tool

Explorer IconExplorer

Memory Pool

81,398 transactions
29.94 vMB
0.15572265 BTC
Random Selection Loading Transactions
Max Size: 180.34/200 MB

Candidate Block

Mining Attempt 2f763f5b8d0c448f30863c1ef7ae0eac2bf8407c0f9e93d699bb7b2865cf18a3
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root dc3f7d1a0db8960a3c678a5d74d3f053e6146ff63a1ae06c4e8142ad6033b457
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,689
Size: 1.00 vMB
Total Fees: 0.05900558 BTC
Feerates: 1,002.91 > 5.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (103,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,426 811,426 00000000000000000001b53397b52546c9709b4588bb10c58bd0b035d8e18100 1 0.00/1.00 vMB 0
811,425 811,425 0000000000000000000025a9adb8f1dd37b506a6c32432726ff17d88ac892056 1,614 1.00/1.00 vMB 7
811,424 811,424 00000000000000000000aac38746f4828e78b90b0f95f9ad3f26e8ed052df1b1 1,495 1.00/1.00 vMB 12
811,423 811,423 0000000000000000000433b62979b552ea26ac2611e129de926246c115e9bef0 960 1.00/1.00 vMB 13
811,422 811,422 00000000000000000000ba64a43d6bde3d92ded280ca0bfacbb86508d34b58ed 1,257 1.00/1.00 vMB 13
811,421 811,421 00000000000000000003ea0ae8b8cd8f2a2ea76d337e23eee41a51a83a474ed5 2,457 1.00/1.00 vMB 15
811,420 811,420 00000000000000000000c16f264a90c93da1b24bf30b7b6e22d2df1e13bdf30e 3,344 1.00/1.00 vMB 27
811,419 811,419 00000000000000000002707f29a4f6db3686a565991896f993d8df81ba7ff3ec 3,043 1.00/1.00 vMB 22
811,418 811,418 000000000000000000003170170ec7bf3b8bb53ba6e8720c545fa61241787108 3,012 1.00/1.00 vMB 32
811,417 811,417 00000000000000000004d8a55de7a5aca367f24883f919862c0fe030fec4e568 3,268 1.00/1.00 vMB 22
811,416 811,416 000000000000000000011cac34f6c1b57320c1f8051d6d21190254aa6e723ac5 2,599 1.00/1.00 vMB 27
811,415 811,415 00000000000000000000444c1a0025d2f1492b9a3c96016560da3aa246d708e4 2,636 1.00/1.00 vMB 27
811,414 811,414 00000000000000000002bef8e42a00c2b0f7ba3e5e4c8339086cc6fd44258390 473 1.00/1.00 vMB 27
811,413 811,413 000000000000000000031534c4342b76602f53a9553f83433aba0e141dbd997a 2,959 1.00/1.00 vMB 38
811,412 811,412 00000000000000000003e08a94e77ebaf55ef98daf468d110f70d2db4bfc8284 1,540 1.00/1.00 vMB 18
811,411 811,411 0000000000000000000041fa725e61234a050fe220823f9dee128dc24176af52 2,280 1.00/1.00 vMB 26
811,410 811,410 00000000000000000000346623e8f662fad25b66b7a820a2f97e4eb54d76bcf1 1,747 1.00/1.00 vMB 28
811,409 811,409 00000000000000000000a0dc4e429ed3f76f3406002ef56ba5f3c3855a27cdeb 2,834 1.00/1.00 vMB 20
811,408 811,408 00000000000000000002be821424f0cf91901130cf071279b94be9d18ec6d72c 2,273 1.00/1.00 vMB 20
811,407 811,407 00000000000000000002ce334e2f4841f75677c211c243f949cf26a3b9d0dc34 2,710 1.00/1.00 vMB 20
811,406 811,406 00000000000000000000de80b0df113f031972e644166a5746346d9b8593d6f3 3,590 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.