Loading Tool

Explorer IconExplorer

Memory Pool

43,944 transactions
27.07 vMB
0.07503413 BTC
Random Selection Loading Transactions
Max Size: 141.82/200 MB

Candidate Block

Mining Attempt 9a1d5e42ff999797c10a715e71dca4bfcb68763067d443d6b024c990650ef861
Version 20000000
Previous Block 0000000000000000000075e1acdeb06f9cc56f7e28129ec172029b5ba6b38c1d
Merkle Root 796372d4b7b14ca59e32eb04bd4f671fb6c1705b3ecc950b001f6001b4450e9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,264
Size: 1.00 vMB
Total Fees: 0.02328571 BTC
Feerates: 194.57 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,878 (100,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,468 814,468 00000000000000000002601c62fc2f63b0b104c6d15738ffb2ebccfeb97e7efa 2,765 1.00/1.00 vMB 11
814,467 814,467 000000000000000000040abfb8b13104aa540ea6fba80b3e25245ef5c3ed11ac 4,581 1.00/1.00 vMB 6
814,466 814,466 000000000000000000018e6d411d86e87f4c9fcdd84a47ef2cd15150e638dbf0 4,463 1.00/1.00 vMB 7
814,465 814,465 00000000000000000002da2f98fd4a7eeb1a945a4793a57327e1856534f0dd91 3,856 1.00/1.00 vMB 8
814,464 814,464 000000000000000000002e0fe35b9ed9da917afd11a0edf83808369b782816a7 3,861 1.00/1.00 vMB 6
814,463 814,463 0000000000000000000353813d30e99afcc4579d469b57718f4521d570b3dce6 3,808 1.00/1.00 vMB 9
814,462 814,462 0000000000000000000278f4b6b865de198480fde242cc33984a80a1da5e8d2e 4,759 1.00/1.00 vMB 6
814,461 814,461 00000000000000000002ebd4fd5c22f40e158cf25314fb8b05340a0fa13aaa4d 4,573 1.00/1.00 vMB 7
814,460 814,460 0000000000000000000497bf9db19816ccc195f75a8bf1439fa255b5561ce7f0 4,261 1.00/1.00 vMB 5
814,459 814,459 00000000000000000000a94dc0adeef312e1d4598eff4233143359cb5eef0ab8 2,669 1.00/1.00 vMB 9
814,458 814,458 000000000000000000033b6def4e7ea1ccc4c26ecf2390fe5f884a2724ba02a4 4,885 1.00/1.00 vMB 5
814,457 814,457 00000000000000000000c4bb3faa4c14e407d20f2bf30d7511b5c4a57d54fc3d 3,384 1.00/1.00 vMB 8
814,456 814,456 000000000000000000037dbe25023688b3346f3a624beb9801bb534556631499 4,141 1.00/1.00 vMB 7
814,455 814,455 000000000000000000009133a17e248ad54a02eae5d2a67ac238501afef00039 3,747 1.00/1.00 vMB 6
814,454 814,454 00000000000000000001cd4a21cbd7fa87846450944522cb08f218524540c79b 2,713 1.00/1.00 vMB 8
814,453 814,453 000000000000000000005d4451a12af5801a884fb7af92e6b139f4c5276847d9 2,912 1.00/1.00 vMB 12
814,452 814,452 000000000000000000041a3424f0106e5d68bf8b67cf857901efe8894e07afd4 2,849 1.00/1.00 vMB 15
814,451 814,451 0000000000000000000004661857c2dff3472bfe9fa527d55fe38d5a37694346 2,711 1.00/1.00 vMB 9
814,450 814,450 000000000000000000044e9be28c58e0c5d74d14a498657e1aaff1a26c401935 3,197 1.00/1.00 vMB 6
814,449 814,449 00000000000000000001e68d19ba73c4ec3761a39b61028e5d707d8bb22ef7bf 4,350 1.00/1.00 vMB 2
814,448 814,448 000000000000000000034a8679d1f12eaaad604e392e28dce4371ac173067218 3,057 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.17 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: 653.54 GB
    • Received: 13.93 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.