Loading Tool

Explorer IconExplorer

Memory Pool

37,717 transactions
26.86 vMB
0.05588857 BTC
Random Selection Loading Transactions
Max Size: 136.88/200 MB

Candidate Block

Mining Attempt 0dc7caac0adebfd0eb4195f0d4d71f05a42b336bd090cfc6c1040bba1c40c16a
Version 20000000
Previous Block 00000000000000000001a8ad75ade9013be9408c50355671e623eb9a302339cc
Merkle Root 29bc85bc7915004a5d64671143b1b601d9838d13c1808601b6c58882ac2128f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,098
Size: 1.00 vMB
Total Fees: 0.00540273 BTC
Feerates: 50.27 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,653 (527,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,945 386,945 000000000000000001417cad50ccf622479f0eaa9b4e2b524088e15b104e3f5c 1 0.00/1.00 vMB 0
386,944 386,944 0000000000000000084d15732c97f6e05c6fa379dc72dc3254d0e755d89d4c4b 111 1.00/1.00 vMB 6
386,943 386,943 00000000000000000e0b4537b7c2806b0b5b16945bffdc43ca25e39b8d794880 1 0.00/1.00 vMB 0
386,942 386,942 000000000000000001f2e712431b3d43a9a37017dfa7413fc1d7b20ac6936219 592 0.26/1.00 vMB 40
386,941 386,941 00000000000000000abb49bc89bb6d94085272747acb8cedf7aee2499b88f32e 686 1.00/1.00 vMB 12
386,940 386,940 00000000000000000de21d0a8d9e02ec1349988e343485a5e4a005c91756eac3 2,238 0.93/1.00 vMB 39
386,939 386,939 00000000000000000e657473975aa00b49fd4e8abca19256799a66d189c1d59c 570 0.20/1.00 vMB 36
386,938 386,938 0000000000000000047ee940af9b1e053fe35b6e363a37d5b41c66f8b89e4881 1,153 0.95/1.00 vMB 22
386,937 386,937 00000000000000000c41b44942c07393ec5517e8c0b9f52bd8f7518eb05268bf 1,022 0.95/1.00 vMB 16
386,936 386,936 0000000000000000046bd1d8e3c4964eede3b49147d4b9fefa47d814140ecdec 1,598 0.75/1.00 vMB 36
386,935 386,935 00000000000000000db1ffa6b2f7b2ef0aae6207af0ba66c0914f4d85ec5ef75 645 0.44/1.00 vMB 27
386,934 386,934 00000000000000000d32c96bf6b4466fe483471091f75d079486355037646d7f 1 0.00/1.00 vMB 0
386,933 386,933 0000000000000000081f94236119836364efde912ed106643551a105f7cea878 1,450 0.75/1.00 vMB 30
386,932 386,932 000000000000000005ee08866a1c2e79f828b243479a957b5768a3fcf5b17d59 2,473 1.00/1.00 vMB 54
386,931 386,931 0000000000000000070229bbdcee5c7d8cd4e6a56aa3bd334fdc8b7f066c13de 868 1.00/1.00 vMB 15
386,930 386,930 00000000000000000680782576c901962d353d8c71eeeecd02cf88903a1e66f1 828 0.75/1.00 vMB 19
386,929 386,929 000000000000000005c16091bf1fe5d5ca74cfe488baae9d5bd1392903c4499a 2,233 1.00/1.00 vMB 37
386,928 386,928 00000000000000000583a7ec5407afecdeb2c3c09d728cf99c34757b44c052a3 1,355 0.75/1.00 vMB 28
386,927 386,927 00000000000000000359e955aca60c23f95c0d5394cc7fee28b5a04ac57e9e0e 2,538 1.00/1.00 vMB 43
386,926 386,926 0000000000000000068d8e4251aaf81dbd3e835274b6f501b3dcc8c90b12b4e0 1,354 0.93/1.00 vMB 21
386,925 386,925 00000000000000000d58faa8ceb971e9729dc4e3e5a04b79383347dd8eda17c8 1,985 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.78 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.90 GB
    • Received: 12.17 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.