Loading Tool

Explorer IconExplorer

Memory Pool

79,297 transactions
29.32 vMB
0.07281644 BTC
Random Selection Loading Transactions
Max Size: 175.98/200 MB

Candidate Block

Mining Attempt 95b9810135fa48594e65409be53019573465fd1b93bbccd5349d1a595a76ef60
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 8fe808451e367ccea97f1770193fa1b3a348ca70b982c1078d9ccc0fddced3f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01325829 BTC
Feerates: 170.94 > 1.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (416,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,205 498,205 0000000000000000008a62772b348871f2f213f47d5cf1e9c0550d15df851371 2,400 1.00/1.00 vMB 457
498,204 498,204 000000000000000000333bbed553e3f2c64d5a4579b83a4bedfb8de074a90368 2,484 1.00/1.00 vMB 452
498,203 498,203 0000000000000000008ddac1074e9b0ab09018fa6ca2e8a4ca55f62bf2ef28fb 2,589 1.00/1.00 vMB 504
498,202 498,202 0000000000000000001021708f9b2f89e4b3b29534ed69221480799d049769b4 2,281 1.00/1.00 vMB 456
498,201 498,201 00000000000000000090b0514fe26ce6512fc9905493082fb04e4b0378c66d42 2,534 1.00/1.00 vMB 442
498,200 498,200 0000000000000000008e5e46ff25fd373e38b03cda865239789ec626ef7550b6 1,953 1.00/1.00 vMB 473
498,199 498,199 0000000000000000005ea5f5862061e3fb29faa893ec754ea4f58b84de1470ac 664 1.00/1.00 vMB 479
498,198 498,198 00000000000000000071431fdb19a8164f6e44c70939b7c078ad2399029a3625 2,761 1.00/1.00 vMB 403
498,197 498,197 0000000000000000003a5c2efc3f72c675f4ce36f143be04c88baa08232b846b 2,349 1.00/1.00 vMB 409
498,196 498,196 000000000000000000ae2e96e8b0cbdb9060fe4ef87d03146b8a3b0ed1b228be 2,636 1.00/1.00 vMB 420
498,195 498,195 00000000000000000020166e2feed90cc1f3a3738268d457f6f851bdf7b3ddfe 3,039 1.00/1.00 vMB 415
498,194 498,194 000000000000000000897384c081d9233c689773498c9ccb86523ec58132f3c4 2,487 1.00/1.00 vMB 426
498,193 498,193 000000000000000000468426a5abd44548026d10a9f302077502f17cec671913 2,045 1.00/1.00 vMB 569
498,192 498,192 0000000000000000004c7fa47637304d6581ac63c21b9abe8d3af6c396e324f5 2,920 1.00/1.00 vMB 458
498,191 498,191 00000000000000000042cc931e8ff1530b2b09c94324c01f4d34fd8a0d2f90ae 2,296 1.00/1.00 vMB 421
498,190 498,190 000000000000000000438e84e3b4042ec80fe1162b2d612af3d7322af575ba8b 2,311 1.00/1.00 vMB 301
498,189 498,189 00000000000000000099f53b461ee0573b9c54132cbb48a51ee15fa44d35a27a 2,335 1.00/1.00 vMB 517
498,188 498,188 0000000000000000004cb9da9567a3295e3a7debbe51b79f8704d5579b3f5b5a 2,610 1.00/1.00 vMB 412
498,187 498,187 0000000000000000002569e8bafb6cbc19f075c283609191aa4b7cf4579b1ac3 2,020 1.00/1.00 vMB 433
498,186 498,186 0000000000000000003e7e7016a5b785ee186b9445fc8e37e3f21e471b552f61 3,267 1.00/1.00 vMB 422
498,185 498,185 00000000000000000027faf904548d938f577ec2a9f294654f6ef5be828988d8 2,578 1.00/1.00 vMB 448
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.