Loading Tool

Explorer IconExplorer

Memory Pool

80,884 transactions
29.65 vMB
0.12439266 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 6e36f83cc8ef5e6101c0030038b4de77ccf48b35d94a55fd0746d24643e69c27
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 148b6a5be8ae494bd1bc903a6ff34195d9ea5fee7c514c309176fca393d6e1a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,821
Size: 1.00 vMB
Total Fees: 0.05876276 BTC
Feerates: 151.07 > 5.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (416,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
498,184 498,184 000000000000000000b0b8480346afa3fcd0e6759c6ae80190825eccb38d51f8 366 1.00/1.00 vMB 599
498,183 498,183 0000000000000000009b8e3639ca664a2c8cc70dd2e0f98169fca5e7f33d33b7 2,808 1.00/1.00 vMB 421
498,182 498,182 0000000000000000000ca08e2026fc2c6829a14b38ad25fc937da27626e17f5a 3,262 1.00/1.00 vMB 398
498,181 498,181 0000000000000000006f7eeaa1dfa38e30e720cf440016472355315fcf7f882d 1,180 1.00/1.00 vMB 426
498,180 498,180 00000000000000000052ad3c79adcdf37c373433ab74b63556bd11c87bd6b21f 2,322 1.00/1.00 vMB 474
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.97 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.