Loading Tool

Explorer IconExplorer

Memory Pool

81,726 transactions
30.44 vMB
0.07848944 BTC
Random Selection Loading Transactions
Max Size: 186.60/200 MB

Candidate Block

Mining Attempt 5aa932bf701a90ca1b46483167187f43191b56d1d4f31313c85d4ccf0ce9f008
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 4d4edab5e9d32127be1efa09e1c3a9b511968f28c60c786d5ea2454c827baead
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,312
Size: 1.00 vMB
Total Fees: 0.01062618 BTC
Feerates: 150.77 > 1.06 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (553,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,982 361,982 0000000000000000086c2a75d2aa4ab8e4eab8785092cfe48a1495c6c0491fd0 141 0.24/1.00 vMB 9
361,981 361,981 0000000000000000016dc6722f7cba08e967b42fbc24ae3f4a49b1e14972c867 554 0.34/1.00 vMB 20
361,980 361,980 00000000000000000c4d9d618674b0f76d1a877bc60c411d5b6bea0771bc3538 1 0.00/1.00 vMB 0
361,979 361,979 00000000000000000a2b5b63f05c049393f9ae7f187f0ed133a162b9c8478553 1,430 0.66/1.00 vMB 26
361,978 361,978 00000000000000001192a49a9c77a94a6149d172b1b4d1f31e9140f020865c88 791 0.39/1.00 vMB 24
361,977 361,977 00000000000000000542f9e35febafc63aba3cda110e67cc71deb1a9e7ab5492 482 0.26/1.00 vMB 25
361,976 361,976 00000000000000000b7ddf414915ec90b54f653cfe7137eb438f2488f97b743f 331 0.15/1.00 vMB 27
361,975 361,975 0000000000000000111ce9dce7e37e9bed2c3fb78755053a370f650e6f9dd378 119 0.05/1.00 vMB 28
361,974 361,974 00000000000000000baed8c14fd4c796712c449796315a50f606848d2204fe1d 251 0.15/1.00 vMB 31
361,973 361,973 00000000000000000fcb0767b36805b064455e51aff956ecb9a9c8492a5028fb 285 0.14/1.00 vMB 24
361,972 361,972 00000000000000000abc190b0144a9dcbefa9394a5e2d206c4138af998963e52 846 0.44/1.00 vMB 25
361,971 361,971 00000000000000000350cf36b5e67af26293f2c7144254770ee6565f2fa9e1dc 966 0.47/1.00 vMB 23
361,970 361,970 00000000000000000d1a6ef174611dda72af5483e968c52665796edafd230a3d 1,444 0.75/1.00 vMB 27
361,969 361,969 00000000000000000e00c3e4b172623f8683360057d89f2b13c0507e3d3e7f5b 190 0.11/1.00 vMB 20
361,968 361,968 0000000000000000154b72645d417d2dfbf1f719398cf0016b81fc3fa59007e8 512 0.35/1.00 vMB 20
361,967 361,967 000000000000000015ebf9e4abc9706482ddd0e774d5da541343e9decd638e4c 1,694 0.75/1.00 vMB 29
361,966 361,966 000000000000000006e2d86bc8460d5900351f1cf9b2b4e4acdebc1d0a063901 128 0.06/1.00 vMB 26
361,965 361,965 00000000000000000dc6d1a36519de5d3be879751efd2317252229040c8d2483 71 0.04/1.00 vMB 23
361,964 361,964 000000000000000004dff3c5b2fbaa1b0ae5d83f0aec3f00b3a3274de894e2a5 468 0.14/1.00 vMB 31
361,963 361,963 0000000000000000024efc49aa264f5ab45a8ade090152c2f864bc40e1c81051 360 0.17/1.00 vMB 29
361,962 361,962 000000000000000011007184c7053e8b1e52779e99707f4852699d92d61fa7d7 309 0.19/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.