Loading Tool

Explorer IconExplorer

Memory Pool

86,568 transactions
31.50 vMB
0.20971181 BTC
Random Selection Loading Transactions
Max Size: 191.21/200 MB

Candidate Block

Mining Attempt 5c8eb9cb3067a7b57951f691419a5548dc40c6deb19039bde73e30f629b540c3
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 52c7bd9b84c365cf3d7f034a4fe61e82eb9a71ace189e96731f56bb6a17d2d16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,575
Size: 1.00 vMB
Total Fees: 0.10594091 BTC
Feerates: 502.67 > 10.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (416,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
498,179 498,179 00000000000000000069cc9fe54fe6327245e1e4f7e9b051a27d53bb8c9ee0ab 2,606 1.00/1.00 vMB 413
498,178 498,178 000000000000000000492c9bcdf587c3f89ae0d31e49720717afeaaca46f73a6 2,760 1.00/1.00 vMB 424
498,177 498,177 000000000000000000a3cbafedf38bf705df2cdbf7c7308df7ae314a5dc427e0 2,783 1.00/1.00 vMB 449
498,176 498,176 0000000000000000006ea38c843fb1350ebe8364e2fe49f653f1358a6c0b8cc7 2,581 1.00/1.00 vMB 443
498,175 498,175 00000000000000000081032bf8dbb363b71d52aef93d427d919573ebb7cac63e 2,039 1.00/1.00 vMB 494
498,174 498,174 000000000000000000828c9ea17f9c5aa2d7dd90a5d6aec6ff1eb766f1be277c 2,672 1.00/1.00 vMB 374
498,173 498,173 0000000000000000001114ee0d6a80099d4db2df2cc88a3fdf39385efbbd0e13 1,784 1.00/1.00 vMB 439
498,172 498,172 00000000000000000067fb768254f2129c0d43c0834e10551dc3e81e2ca4320d 2,625 1.00/1.00 vMB 381
498,171 498,171 0000000000000000005058275756e640de18ea2938b5a3175fadd299f2ff5add 2,857 1.00/1.00 vMB 402
498,170 498,170 0000000000000000006ad2787abb1ab83c61d7341467b627cad8c4bbb70adfa5 2,337 1.00/1.00 vMB 431
498,169 498,169 0000000000000000000e60129d18d6fe3740230a4099e482416bf7ca1dc2787e 2,254 1.00/1.00 vMB 367
498,168 498,168 000000000000000000783ad0687db039279bcb3ab76f00d57ba6fc74ed8ea368 3,000 1.00/1.00 vMB 360
498,167 498,167 0000000000000000000d214e36e26e9513eb3c736342b03a6f0be1d8a0aaacc5 2,363 1.00/1.00 vMB 377
Previous 10 blocks ↓
Total Size: 782.61 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.93 GB
    • Received: 16.07 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.