Loading Tool

Explorer IconExplorer

Memory Pool

84,695 transactions
31.77 vMB
0.18553429 BTC
Random Selection Loading Transactions
Max Size: 188.75/200 MB

Candidate Block

Mining Attempt 77bfab5e58a276d2ac4ee877c25ebb230a03e498414a5e2b03eb84768dcdf519
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 58cc214b381c0839048a965260522c62fe39e4eb932ac88fec9535dc9fbb1c74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,914
Size: 1.00 vMB
Total Fees: 0.07054490 BTC
Feerates: 269.69 > 7.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (419,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,859 495,859 0000000000000000004dca239095d48e6b1a7dcc2538acf0881858d278d4178c 298 1.00/1.00 vMB 14
495,858 495,858 000000000000000000ae94a0b22fb0cdbd365d76a4439f9b45d194522aa1a64c 767 1.00/1.00 vMB 32
495,857 495,857 000000000000000000aaa12293439a2b46fd6fd8a77df3595111fd3fd72046e5 1,873 1.00/1.00 vMB 89
495,856 495,856 0000000000000000000bb32a505c3cfbdbe8bff4be809fac57165e95e296d351 2,011 1.00/1.00 vMB 224
495,855 495,855 0000000000000000009ecc489343f284f1638d338f84c784f90d58061791b017 1,981 1.00/1.00 vMB 41
495,854 495,854 000000000000000000539cf234a1387f0ed3d6c143f72fcd49cf2d78f1f7905c 2,236 1.00/1.00 vMB 214
495,853 495,853 00000000000000000092f50b3388d246cebad67498b9f25473d53085678f2147 1,986 1.00/1.00 vMB 123
495,852 495,852 0000000000000000000510623a2f4e4d347fcb56ab4b11b808edad72013b5835 1,896 1.00/1.00 vMB 226
495,851 495,851 0000000000000000009e330bd2883af8793f7eaedf1e7c06064d7466db364824 1,485 1.00/1.00 vMB 16
495,850 495,850 000000000000000000b902d1a6ceb6639a565fb8f9bb1cda21da4061689d8b3f 2,381 1.00/1.00 vMB 111
495,849 495,849 0000000000000000002ea7484e65c3f32cc7e6d4870f2a25af8fbe6f67ebba0c 2,357 1.00/1.00 vMB 84
495,848 495,848 000000000000000000724b9d22e4ffef350f3ffb73acf4ec791f6581847c5365 1,845 1.00/1.00 vMB 125
495,847 495,847 0000000000000000000db1c76e777da2c4557382bccf0dbd666c082b84fb3b81 2,036 1.00/1.00 vMB 165
495,846 495,846 0000000000000000001ae08fdd61b1a60d20051f28f1f0184c60105e942239d9 1,926 1.00/1.00 vMB 175
495,845 495,845 000000000000000000b7f733692a5f40c51acfb58e4aad4d2e5f95aae602f62a 2,130 1.00/1.00 vMB 267
495,844 495,844 000000000000000000587062cb42fd77e2c64e971e1fcb0ad091a0b212159c45 1 0.00/1.00 vMB 0
495,843 495,843 000000000000000000082ce4133594912330f91c31e1247adca8061c63da47e6 1,401 1.00/1.00 vMB 203
495,842 495,842 00000000000000000063b4f44e2866608e68f39ef0e3896324eece5126e3c314 2,076 1.00/1.00 vMB 114
495,841 495,841 00000000000000000080612410f47fb64fc011f139cc30b48c0c3dfee5911718 2,320 1.00/1.00 vMB 142
495,840 495,840 0000000000000000001c1f632600c7e19677d4a144e87cd35d81c1be5459be1a 2,164 1.00/1.00 vMB 230
495,839 495,839 0000000000000000005ee7bd9d25ef001b7198252931ffa40f424a588f5351a7 1,630 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.65 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: 672.59 GB
    • Received: 16.28 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.