Loading Tool

Explorer IconExplorer

Memory Pool

51,609 transactions
29.30 vMB
0.08073840 BTC
Random Selection Loading Transactions
Max Size: 158.48/200 MB

Candidate Block

Mining Attempt 5d094ff1977f381f9c1f1e3cf30af1144a67881435384a216510562d2fc80e86
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 479e44d7d2de454b30ae343926ea41f1b4cd004d274f56c201ea6e6a14cfb848
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,249
Size: 1.00 vMB
Total Fees: 0.02464696 BTC
Feerates: 173.90 > 2.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (462,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,981 451,981 000000000000000001bcb2443b74a3401d3c9aefe4e1f5c0d3bf83d57a0d07ce 2,783 1.00/1.00 vMB 93
451,980 451,980 000000000000000001527a4bf4f541f3478ff0ced890b7ca4de046d91fbdbaba 2,172 1.00/1.00 vMB 123
451,979 451,979 00000000000000000126054182fe5cfbd337e5cac5e2ac07807c2b592e496614 3,107 0.99/1.00 vMB 70
451,978 451,978 000000000000000002650c1a1a7f038077b8dcd6ae417bbd2a3ec882b87550d9 1,747 1.00/1.00 vMB 72
451,977 451,977 000000000000000000ae815579e65a086a6877c9fe26e56277e624f7e5e0c940 2,621 1.00/1.00 vMB 107
451,976 451,976 000000000000000000c921c8cb43f45d0515931227fee5de31cfcec393df92d7 2,517 1.00/1.00 vMB 174
451,975 451,975 000000000000000001a7c0accc1e131917b9ddc65138a8c32d893886673dcbc3 2,312 0.93/1.00 vMB 122
451,974 451,974 0000000000000000027ba296450eab30e09a65a23fc51bad48bc0c831cd614b4 2,097 0.99/1.00 vMB 173
451,973 451,973 00000000000000000029416d37d4fb3e4e48fb183fb3e05af1b337f9f7c10acb 2,427 1.00/1.00 vMB 97
451,972 451,972 000000000000000000611ce5e9b9ba0c1013d3de2c907f74a031bff5680bab69 2,649 1.00/1.00 vMB 96
451,971 451,971 00000000000000000027758533362604ef1b660c015b0c4112bbcfed46fab8b7 2,103 1.00/1.00 vMB 89
451,970 451,970 00000000000000000150c3a94a4ebfb82e2baeaebb2939bca518cdca12df58bd 851 0.37/1.00 vMB 152
451,969 451,969 00000000000000000272ff41e00912d308849c245fcf385ed8d9587568d14acd 2,683 1.00/1.00 vMB 76
451,968 451,968 0000000000000000019b10fac32a3a51684ff82948cc1332a57f07ac1a6375dc 2,431 1.00/1.00 vMB 124
451,967 451,967 000000000000000001cce13a07b708fae84b60943cc61e7f58f0136df30d4261 2,315 0.99/1.00 vMB 176
451,966 451,966 0000000000000000015e114d0e16251e1907b0957b21172f669b6fd2a406f8bc 2,646 1.00/1.00 vMB 132
451,965 451,965 000000000000000001322d1c10dee7deae50de1dd07f2d5fd74beb2bfe59a571 2,256 1.00/1.00 vMB 102
451,964 451,964 000000000000000001e4ac2abb82da8d258d53c9296798534244c17c2b8e9409 2,410 1.00/1.00 vMB 141
451,963 451,963 00000000000000000089273b1301f10e65956cedd2bdec8208a20ac80b9b80ac 2,266 1.00/1.00 vMB 114
451,962 451,962 0000000000000000020e6cdb12dee2ad7de1501b62e82ff3831334878e50c48b 1,875 1.00/1.00 vMB 112
451,961 451,961 000000000000000000b27a899c9c395287512db330054c3c712bb614261b12ea 2,507 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.