Loading Tool

Explorer IconExplorer

Memory Pool

76,969 transactions
28.56 vMB
0.10034976 BTC
Random Selection Loading Transactions
Max Size: 172.75/200 MB

Candidate Block

Mining Attempt bb0e0caab5804b1056b55455ff44c97480400c38cd4ed9d41a290a647056a4c7
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 899bd4d71406fdbac453b015cef4d4b5ea8012ff4050fbd1fc6f3f3b38dd0aa1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,408
Size: 1.00 vMB
Total Fees: 0.03511681 BTC
Feerates: 150.80 > 3.52 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (385,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,338 529,338 0000000000000000001ad4a57172376e13cfaf01d3452b5aa979da1853d98bcb 964 1.00/1.00 vMB 18
529,337 529,337 0000000000000000001acbaa8b276e9b1dd0ce6ce43e85e3067f5b87aee0bad2 1,050 1.00/1.00 vMB 7
529,336 529,336 000000000000000000083f850b03535965300e3a4c782a5d2baed50f64487c9b 1,412 1.00/1.00 vMB 15
529,335 529,335 00000000000000000036ec275a1bc1710a35d11de0a37cb08b2400362af6cd38 529 1.00/1.00 vMB 8
529,334 529,334 00000000000000000009cf4af2750f505eb744c11b8ab42f0d328ad38fb6590c 1,894 1.00/1.00 vMB 16
529,333 529,333 0000000000000000001252538625157c43e2eccdde076db61ce14fdfadf237b2 2,138 1.00/1.00 vMB 45
529,332 529,332 000000000000000000132a9d03d9299155bc72e4d84ff8833b17f3b1c55b3b8c 2,636 1.00/1.00 vMB 35
529,331 529,331 00000000000000000036684c6e7e93149af99f3f1ac2c33230543e75e5da937d 2,834 1.00/1.00 vMB 7
529,330 529,330 0000000000000000000428cb8d96e1f1c7062a153da041e3f45248bb718c3f63 1,782 0.76/1.00 vMB 79
529,329 529,329 0000000000000000001105239e059806106871591b00a6e1ab8cf4de7c60c0c6 2,248 1.00/1.00 vMB 35
529,328 529,328 00000000000000000027a735a2cec8bfd2faf84f45e90eff197ace1ce464c550 1,697 1.00/1.00 vMB 23
529,327 529,327 0000000000000000000b53af912d44c00d74588f8e7d58a53d440663e9f1a8ce 1,530 1.00/1.00 vMB 24
529,326 529,326 0000000000000000001f063198b063acb11cb3c4020b3264fd90518e7c3099eb 1,142 1.00/1.00 vMB 45
529,325 529,325 000000000000000000346b454b6930160173cf904c476dafc31ab2a62b50a56a 631 1.00/1.00 vMB 60
529,324 529,324 0000000000000000002cbd82ce216b16e986d3a7b7ca7fa3118217e4258ca82f 1,014 1.00/1.00 vMB 23
529,323 529,323 00000000000000000008d00ace8ea2cf2705524ec405b5ba6965c3c22363a4a3 986 1.00/1.00 vMB 11
529,322 529,322 000000000000000000235ca88842e619d49e1872cd3ec8567e9f3234160b4c6f 2,528 1.00/1.00 vMB 21
529,321 529,321 00000000000000000005e8db1590af54f179874d2c27a2562e63e22e77e90054 2,709 1.00/1.00 vMB 53
529,320 529,320 0000000000000000001abbf43aa89772cd5b30fd68567db85e4818bbaa051bce 1,437 1.00/1.00 vMB 16
529,319 529,319 000000000000000000364e86be1f7a269b231af735da38fa9cabc75df7330dc6 2,629 1.00/1.00 vMB 30
529,318 529,318 000000000000000000336dd71175314e727a8bc533cd8b8aaea964b480bf2bfe 2,643 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.63 GB
    • Received: 17.21 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.