Loading Tool

Explorer IconExplorer

Memory Pool

66,564 transactions
18.66 vMB
0.06031017 BTC
Random Selection Loading Transactions
Max Size: 121.78/200 MB

Candidate Block

Mining Attempt d864cc0f06a3220c3aad264184f4c091161aa0a2b13ec965f8c40e6e4d25c5b8
Version 20000000
Previous Block 000000000000000000005b273def125124eeae80d56e7b15037fc80898b610a7
Merkle Root 523d04b37494f99564ed55db6ce4ee38494fb7b8696bc4507f90c79c75949050
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,623
Size: 1.00 vMB
Total Fees: 0.01776119 BTC
Feerates: 100.00 > 1.78 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,798 (862,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,238 53,238 0000000007dfa3d780848c477087f89174c08c5ef9ed57c5fb7c48178b2fea72 2 0.00/1.00 vMB 0
53,237 53,237 0000000000d078f95731f43fedd39f3123a8041bd97f93d4f81cfaf0b6898ed5 1 0.00/1.00 vMB 0
53,236 53,236 0000000011417f4394b6f72d7ad260c2679e0c08a22a3d2e54a7f36c50383930 1 0.00/1.00 vMB 0
53,235 53,235 0000000001a5f0dd05c5ca95cd73fce65c5b712d12f2cf927e20c7e916130822 1 0.00/1.00 vMB 0
53,234 53,234 000000000b71815b90459bbf0338f04540f04e7fcdcb05c4190b6bb11780e586 1 0.00/1.00 vMB 0
53,233 53,233 000000001148cc6fd13ef0d5e1e0420d6a01888fcfd90b8dcf0a5b3ef7e588dd 2 0.00/1.00 vMB 0
53,232 53,232 000000000dfaabb10bbe0e0d5e1a6203fff9ac64339c646452430ea5357bb5de 1 0.00/1.00 vMB 0
53,231 53,231 00000000125908ebca2cebc2832b71fb2a987a7e938b7e1a94752436ce59e490 1 0.00/1.00 vMB 0
53,230 53,230 000000000a5f070c101c2b73d042c4835369968ab87673b9b22cf650b0315a3c 1 0.00/1.00 vMB 0
53,229 53,229 000000001640d5719c78820bcee288dc2a0ba0202c4b57d4a71358ff332dd87d 1 0.00/1.00 vMB 0
53,228 53,228 000000000293754b82c1395115632d4345b2489d06b1fc9ac61aa3ae13e40112 2 0.00/1.00 vMB 0
53,227 53,227 00000000083196ec73431ebee4c62ba84be79c716ee62afac69a9853fd8e84ac 1 0.00/1.00 vMB 0
53,226 53,226 000000000f1afcb475070a4a8d39dd528e3a40fe2eca7e791a51df366de8820e 1 0.00/1.00 vMB 0
53,225 53,225 0000000012d3f3b5fc6e0257fe291c898971627b053e8986c252d0bf00be6b30 2 0.00/1.00 vMB 0
53,224 53,224 0000000014d98dda61624471cbcea8c18f5356d888ba079b586c5ec7a4e39b47 1 0.00/1.00 vMB 0
53,223 53,223 0000000007959a8dd9e1d23bf9ed5fe17413fe7a70e3a3d422d75b3509c0b458 2 0.00/1.00 vMB 0
53,222 53,222 000000000035e8ff78298520f86695ced48b48a9d954f9be54602f0b9930916a 1 0.00/1.00 vMB 0
53,221 53,221 00000000087bdb9b3b7b1de53a2efe85af326c35e5bb59080136e43f7c716709 2 0.00/1.00 vMB 0
53,220 53,220 0000000003af1f675270f8e50718bb887000f31252be95724071489f726bf7ba 1 0.00/1.00 vMB 0
53,219 53,219 0000000001570390ddc282b22d2ff93368f6867f97d591ab721473d816d2999c 1 0.00/1.00 vMB 0
53,218 53,218 000000001456d2acdf56ab979f5d4133cb6271ece47bdbb63c87c7abafc7e60a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.76 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: 784.57 GB
    • Received: 21.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.