Loading Tool

Explorer IconExplorer

Memory Pool

73,662 transactions
28.38 vMB
0.07405470 BTC
Random Selection Loading Transactions
Max Size: 167.98/200 MB

Candidate Block

Mining Attempt dd545eaddf753adc5e4185ccb8bad4fd021e4b026f91e17312cea6cf32d577d0
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 951bd6b4839f2869bf75bccde776a7ed9f03bfffa411f81edfd42957fd593aba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,401
Size: 1.00 vMB
Total Fees: 0.01689120 BTC
Feerates: 60.16 > 1.69 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (119,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,466 795,466 0000000000000000000129fd5a6a0d3412026f092d1c874b7d78bd0edc9240aa 1,727 1.00/1.00 vMB 23
795,465 795,465 000000000000000000018e2d425ea2b5f9f35580b0b7ac65c3c0f2b82070fcc4 2,319 1.00/1.00 vMB 28
795,464 795,464 0000000000000000000476fa27573b247f9c5658ba27b93f07364a0ade8f3788 3,332 1.00/1.00 vMB 29
795,463 795,463 0000000000000000000150104ccf6bc0a4d63a74e547bfbaf27f8031695b1eee 2,321 1.00/1.00 vMB 30
795,462 795,462 00000000000000000003151b0691be86101b15a95e02ba9030814833a97e4bdb 2,642 1.00/1.00 vMB 39
795,461 795,461 0000000000000000000323bb00aa9186763902fa8b721821c468e00c5c7eb18a 2,564 1.00/1.00 vMB 47
795,460 795,460 0000000000000000000362ce59477580f8d3198431158c6961548db6e56eb128 3,356 1.00/1.00 vMB 52
795,459 795,459 000000000000000000005370e458c7f4182df12637ff225ddaae723802fb2f2d 3,702 1.00/1.00 vMB 25
795,458 795,458 000000000000000000019ec2ab457756c2f4fdd119d6c14d971bca5f9f68b267 3,400 1.00/1.00 vMB 26
795,457 795,457 0000000000000000000094333639acc8f6e8cf62053b5c8256ee355ade917d4a 1,946 1.00/1.00 vMB 15
795,456 795,456 000000000000000000008c03b78e2f1f5f59180a4e58ab1d9f02fde6535b5350 3,937 1.00/1.00 vMB 22
795,455 795,455 00000000000000000004f6504d3f55969ebd0babc759366522531d1af1412b5b 2,524 1.00/1.00 vMB 22
795,454 795,454 0000000000000000000025242697dd5c2b6e0ac317cfead28253e66e1fcc15de 2,760 1.00/1.00 vMB 25
795,453 795,453 000000000000000000054955d0b97fea4e3e632492075bb8c0dbb37aad0c97ac 3,519 1.00/1.00 vMB 25
795,452 795,452 00000000000000000001c4db8125563859cb26e187ed98f1229b2682d4dea2f5 3,565 1.00/1.00 vMB 36
795,451 795,451 00000000000000000004e5419957975d808362034b6476d92493141cae059381 3,308 1.00/1.00 vMB 43
795,450 795,450 00000000000000000004043c6ed85d3f011069507ed320f9e74454aa9fce9de7 3,269 1.00/1.00 vMB 33
795,449 795,449 000000000000000000015bca4652f0e201a965b6a4a497c9e38a106e9a4d3319 1,926 1.00/1.00 vMB 56
795,448 795,448 00000000000000000001151c8a743c21e019db63a1458607d2d718b1e09d3037 3,536 1.00/1.00 vMB 28
795,447 795,447 000000000000000000015d78bdc1553a47531e05e3e5d71d51c4c1d212a5dd76 1,958 1.00/1.00 vMB 19
795,446 795,446 000000000000000000019b806554e3b3a6dda5511aef9da4ad4f67b314dfa84d 1,346 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.46 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: 667.84 GB
    • Received: 15.30 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.