Loading Tool

Explorer IconExplorer

Memory Pool

44,816 transactions
28.59 vMB
0.12569913 BTC
Random Selection Loading Transactions
Max Size: 148.77/200 MB

Candidate Block

Mining Attempt a8d8128989c0b5f17968885d71ae5d8f442a5a58feb891e33b88f46f76761b7d
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 56d5787f40abd047c638f572b402b4dade9f1dd15d417daa340c1c411aec4a1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,691
Size: 1.00 vMB
Total Fees: 0.03517743 BTC
Feerates: 78.42 > 3.52 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (483,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,347 431,347 000000000000000004c969518fff2183d97854a2cf86e6b0782d4c9faf72eb07 1,832 0.99/1.00 vMB 38
431,346 431,346 00000000000000000235b63a5c225aaa8451fbcf2dcc4035793a7b97bf28a00e 1,672 0.69/1.00 vMB 58
431,345 431,345 000000000000000001cf9a5dc7012f984b381bb0b1e88f651a9471fb58e2b5e9 945 0.50/1.00 vMB 44
431,344 431,344 00000000000000000410734843b725d007e3c44669076958bd4eb5334383c524 242 0.09/1.00 vMB 60
431,343 431,343 0000000000000000031f7bcf6d15b486c881ce8e336e4801a92fbee3ba1eff26 856 0.32/1.00 vMB 61
431,342 431,342 000000000000000001d5582c0058b895850ae499848fa30110f08db2a303373d 2,022 0.74/1.00 vMB 60
431,341 431,341 00000000000000000411928fe6e7cc0906017142e1092ca327c9afa0f2c766ae 884 0.42/1.00 vMB 53
431,340 431,340 000000000000000003eba6e2638bc7aac18eb57a12c586473e8f16dab870ac5d 103 0.04/1.00 vMB 44
431,339 431,339 000000000000000004a18fa0dc70cbb84036a24453368c02c98069d59a4d53f8 737 0.30/1.00 vMB 62
431,338 431,338 000000000000000002e7760e2071e5ace39f6ef008158711f34a7a695356b315 557 0.18/1.00 vMB 62
431,337 431,337 0000000000000000030567f9ee6737cc0e6027564488e5c9299089ac0fe098b5 311 0.12/1.00 vMB 60
431,336 431,336 000000000000000002a3c76c24a1a96e2372c4d89ed92f6e454582a7bdbeb476 1,553 0.59/1.00 vMB 61
431,335 431,335 000000000000000000eb8d4a3e9757aa5e923eea31f1ce8f099d82ccab2b4428 2,379 0.84/1.00 vMB 60
431,334 431,334 00000000000000000198ec9040907881960152f70eb61d7e0b3dccfb79fdfe3f 177 0.07/1.00 vMB 70
431,333 431,333 00000000000000000492db8c26cedb5f32dd411fb3516e74bdfcb8b8a0a8a0c1 483 0.17/1.00 vMB 63
431,332 431,332 000000000000000000a0b418b5ca7541b9e5d5e5115087f0ea8f6146c60d43ea 740 0.47/1.00 vMB 44
431,331 431,331 0000000000000000010080d6da16f06b8ca16e3ac219f4584c7ca733cff8e2a9 642 0.28/1.00 vMB 57
431,330 431,330 0000000000000000006da91e7ec389ce8683765f5b7b31678ca57e23c6e4dbff 1,018 0.46/1.00 vMB 59
431,329 431,329 0000000000000000045b6e4520d210713302cff48073028cc72a5fdf2a6bd002 227 0.74/1.00 vMB 7
431,328 431,328 000000000000000000f465db5a753c02056d48f3fd57e1d27c41ce47cab5e5a4 183 0.11/1.00 vMB 49
431,327 431,327 00000000000000000351fc9534baeaed209ecce1b3b8dbfe2926f8a9f6fdc3ec 1,400 0.61/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.64 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.