Loading Tool

Explorer IconExplorer

Memory Pool

35,367 transactions
26.62 vMB
0.05693174 BTC
Random Selection Loading Transactions
Max Size: 134.40/200 MB

Candidate Block

Mining Attempt 3ec3a324b65962bc8c9117a81fdcbcfdeb8dc6ffc58f386c605ca4d6384fa936
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 3d53504e0bc43102412fb398317e7f6e11826ea150654b24312447606fcb5bcb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.00723908 BTC
Feerates: 160.84 > 0.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (82,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,272 832,272 00000000000000000001ad09659bd7c2959ae296663b228d34fcdff7d56f24f5 1 0.00/1.00 vMB 0
832,271 832,271 000000000000000000024fddda290f02c916ff9601dbcf272f9e74704da999f4 2,370 1.00/1.00 vMB 34
832,270 832,270 00000000000000000000d1c06ffa6cf30b317cd54c771e2a463d71cc18026b14 2,894 1.00/1.00 vMB 30
832,269 832,269 00000000000000000002c456389323546d0e711529d597ace0555b9b88e599d8 2,919 1.00/1.00 vMB 36
832,268 832,268 000000000000000000034a308c42f74a4b0c17b7b50f11c41a8cf7d821cfe49a 3,031 1.00/1.00 vMB 45
832,267 832,267 00000000000000000000d477223eb9ec512b03974eb5fbd98e2238c1f7713f57 3,475 1.00/1.00 vMB 55
832,266 832,266 0000000000000000000287250d7f43fafed3ca62b2588e4589b88285c88280dd 3,464 1.00/1.00 vMB 29
832,265 832,265 000000000000000000035bbcb6f4cc378e4bd93b83c3892a9405eadecc10680a 3,437 1.00/1.00 vMB 32
832,264 832,264 00000000000000000000b0d25a1253c16a3b92f66707e54ffdd16d7c2a7ba278 2,959 1.00/1.00 vMB 52
832,263 832,263 00000000000000000002b2e0c8d66949ceac10962ab8e24812d89057c2a98cec 4,318 1.00/1.00 vMB 31
832,262 832,262 0000000000000000000337f169433e989fcc441a68c2ecbae9cdef4b36e86146 3,835 1.00/1.00 vMB 41
832,261 832,261 0000000000000000000266816d2d368e6cee923d2df29a9869299a4d6a31d877 4,355 1.00/1.00 vMB 40
832,260 832,260 000000000000000000015a42b8cc66ede175da23ea5df95a0c9e7170690f4e3e 3,955 1.00/1.00 vMB 47
832,259 832,259 00000000000000000000880931043b9c69e716e3414849ae1507a3cfaca6db5b 3,159 1.00/1.00 vMB 48
832,258 832,258 000000000000000000018f7b990e4d8e234d46cf664abf36d056b78d1386231e 3,704 1.00/1.00 vMB 64
832,257 832,257 00000000000000000002920457acd3c24fcfe53465f81e0aae2d36e16d6dc62e 5,225 1.00/1.00 vMB 62
832,256 832,256 00000000000000000002db52e88bb16873da34384f2d1179debc2fa166643d9b 5,289 1.00/1.00 vMB 63
832,255 832,255 0000000000000000000091fc306a15a8c8e3fe4b5b81d2ca4f018dbc4a1b38fe 4,537 1.00/1.00 vMB 52
832,254 832,254 0000000000000000000307f5497f02323950cd10d93c540d8ec27417ec9d6f9c 4,283 1.00/1.00 vMB 31
832,253 832,253 00000000000000000002ca3e26e9d986860d1c0961d3b737cf90eb75aece6d8a 4,304 1.00/1.00 vMB 42
832,252 832,252 000000000000000000033e6481d3c9ce17d69ef452a01058ba13cd581f0faac3 3,853 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.77 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: 632.84 GB
    • Received: 12.15 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.