Loading Tool

Explorer IconExplorer

Memory Pool

68,415 transactions
26.07 vMB
0.06489647 BTC
Random Selection Loading Transactions
Max Size: 157.05/200 MB

Candidate Block

Mining Attempt a672b2212df9517f1f32e6f619364fc6cdbe8811ae4208908a56630ec3e55c8f
Version 20000000
Previous Block 00000000000000000001f74e6b9bd04d983712c8efbc426287f2cd9e0a80e31f
Merkle Root 5cb1c389b16a6aff565bf78c89812f7cce8f06c24c66e88c0e3a5c83b8625bd0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,864
Size: 1.00 vMB
Total Fees: 0.00963146 BTC
Feerates: 40.21 > 0.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,530 (820,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,468 95,468 0000000000000a9b14312df81852b5519a9c6cc49d7c4f37351b414cf254a80e 1 0.00/1.00 vMB 0
95,467 95,467 00000000000589302c3b5e774971092efaef7cce350b69f9cd649fd163e26820 1 0.00/1.00 vMB 0
95,466 95,466 00000000000216fe0949980942d91da55099ad4641c5c9f3b8d3359106f7fcd4 1 0.00/1.00 vMB 0
95,465 95,465 0000000000043b16d43817c7c4207f9453f25893cafe595493581a9819d40a5f 1 0.00/1.00 vMB 0
95,464 95,464 000000000006801328f924f7530239d67feec991526ad13ec7a3be537ed58cb1 1 0.00/1.00 vMB 0
95,463 95,463 0000000000079d16a4502e2de8645d583dd68cfcb8bec0d64c89a2075da3e450 1 0.00/1.00 vMB 0
95,462 95,462 000000000000b68ec2c733965f7a5348a02d64e853c02a41f720b2ef462573fc 4 0.00/1.00 vMB 0
95,461 95,461 00000000000318e508fb93891ce737859288410ad8f60594f2282c1d273331c3 2 0.00/1.00 vMB 0
95,460 95,460 0000000000022816400a27b34ca8df4924ea2f86090c511be8ed1ac94e5c7a4e 1 0.00/1.00 vMB 0
95,459 95,459 000000000003ecd8f2ac0e7dee628a4d658034b2d2e4c2501f11dde749719969 1 0.00/1.00 vMB 0
95,458 95,458 000000000003a2447fac29b252f5c337bcb5b9cb1c9207a26d6688b694c31d52 4 0.00/1.00 vMB 0
95,457 95,457 000000000005acc0f04942217bb3f6bac51b6236281053e4ac204b3d80e5c311 1 0.00/1.00 vMB 0
95,456 95,456 000000000002715a291bf0517f19565d37991e010ff1eb233f7b1b020eb2ef05 1 0.00/1.00 vMB 0
95,455 95,455 000000000001b9ec44627e2863ed14d7ca5e693e7819ffaa484f0185d64df70e 2 0.00/1.00 vMB 0
95,454 95,454 000000000000af241a81ee15c50c6f9247b4d83bf097d48e3d7c83aa53eeb74b 3 0.00/1.00 vMB 0
95,453 95,453 0000000000047424fcb6321bebc5cbd208fce67e1d72db829b3fca5cbe2ed32a 1 0.00/1.00 vMB 0
95,452 95,452 0000000000034ed00ca7cc0b96dcaafa6663b2385cca3e127914b64db1c9537b 1 0.00/1.00 vMB 0
95,451 95,451 0000000000060871bca81b486925e3ec3320f4a53a20a5e674cd1c60c24952d0 1 0.00/1.00 vMB 0
95,450 95,450 000000000005c1ab5075c987e91ba4041a7dff496ab0ea7381e8658dbbb0c633 1 0.00/1.00 vMB 0
95,449 95,449 00000000000353147f99bc21152bb866a16069d1e47cfe2b59dea3043c4c5f41 1 0.00/1.00 vMB 0
95,448 95,448 0000000000056d86d3e4a265f4471630a55a780b11a9803fb739b841c3e3d651 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.32 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: 767.25 GB
    • Received: 19.39 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.