Loading Tool

Explorer IconExplorer

Memory Pool

45,064 transactions
27.37 vMB
0.10368579 BTC
Random Selection Loading Transactions
Max Size: 143.08/200 MB

Candidate Block

Mining Attempt 2bff1411e421255981fc002ee41b1c036ad25f2284c70ed09f5f69b3d7696c74
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ef3749323e68e0efddf6b69ab1d2b497c5dfd8cf46dffaa06cf2fc18dcfaf0ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04646018 BTC
Feerates: 151.01 > 4.66 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (595,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
319,229 319,229 00000000000000000ad711503431b59cd592cf59d6658c8c21b3189a12decef4 197 0.09/1.00 vMB 36
319,228 319,228 000000000000000000a27619485190974dd8e64a6c4bca7292fcf1e760c494cb 263 0.18/1.00 vMB 22
319,227 319,227 0000000000000000137dccf222b7b0be90148d7481e6058d44253dac21f1c226 207 0.14/1.00 vMB 19
319,226 319,226 00000000000000000da4cf835c7513a61220021888c8d789865126c986647730 248 0.15/1.00 vMB 25
319,225 319,225 0000000000000000264727de4d1f61ebdf0aaf44f3af8931867102942b039ab7 1,071 0.56/1.00 vMB 26
319,224 319,224 00000000000000001541e588bfd2ce951e996c985408c066486d981215a4527a 395 0.22/1.00 vMB 38
319,223 319,223 00000000000000000743e4756d7c7735f4415f681a967de82940255d24ea0546 152 0.15/1.00 vMB 15
319,222 319,222 000000000000000007c998fe146f123d0da58ddef2ee23701d09b73eada58ce2 621 0.35/1.00 vMB 26
319,221 319,221 00000000000000002054cf0dcc95f636f063921578e4c504d91dfd176c881ca3 53 0.03/1.00 vMB 29
319,220 319,220 000000000000000025e4557c11d8d9e6a252ae5aa998fde553fa56fca2a6747c 943 0.54/1.00 vMB 26
319,219 319,219 00000000000000001945e08be3442c61250b3b5abe064ed524d741a224e722e5 458 0.35/1.00 vMB 32
319,218 319,218 00000000000000001fcde66c0ef10c5057bb05a0e1d83cace058bb6dcd79080f 448 0.26/1.00 vMB 28
319,217 319,217 00000000000000000c968fac96be4076b1cac9519c28c4ab917ac4d096c4205b 398 0.21/1.00 vMB 28
319,216 319,216 000000000000000022a831fe478696f6a4709a21956233319f423c0ef1478fd1 256 0.22/1.00 vMB 21
319,215 319,215 0000000000000000082bd422f42a63552e9247e03acf016764efa843219acbec 416 0.21/1.00 vMB 73
319,214 319,214 0000000000000000188150e3f544e3a1726bff35ca92e8b264f0ff1f8a20733d 272 0.14/1.00 vMB 20
319,213 319,213 000000000000000007755f9d964ebd09f004f0e0957e9dd197952b1728f14b39 378 0.21/1.00 vMB 22
319,212 319,212 00000000000000001d4c7882f69ce5ea4c27c2bc62ed350f38665e51e373223f 471 0.30/1.00 vMB 24
319,211 319,211 00000000000000002292bc8e36574e5371e84111d0a7a14c6778d2e393cddbd1 737 0.45/1.00 vMB 24
319,210 319,210 000000000000000011ee796a55f460ea57bc632694862588bf9db65b1ab4a59a 402 0.35/1.00 vMB 15
319,209 319,209 00000000000000002785f24d26cfb21043d8fdf9d2745da056c5b0d015b9896b 222 0.14/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.