Loading Tool

Explorer IconExplorer

Memory Pool

74,811 transactions
27.58 vMB
0.07324448 BTC
Random Selection Loading Transactions
Max Size: 168.36/200 MB

Candidate Block

Mining Attempt 9be5b45ef2fae733cc2bc264eaaebf1f86d0899c5f31ef479f44ee66af1a2a29
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 05b59d87ecf0c2a229b6cfd02149291f1bf831f5fc37af276599e99d5744e9f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,573
Size: 1.00 vMB
Total Fees: 0.01434071 BTC
Feerates: 79.15 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (85,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,139 830,139 00000000000000000001900050866fcfcffb656aea84fac359e83fca3a503e2c 2,765 1.00/1.00 vMB 20
830,138 830,138 00000000000000000000b0907a5de1e9f455ddc8bbadc4afd21d05deff883f29 859 1.00/1.00 vMB 12
830,137 830,137 000000000000000000035cda3110d17a89ea96a180cb10be6008fc303f24a66d 1,371 1.00/1.00 vMB 14
830,136 830,136 000000000000000000005c0b299dcbefead1c7f0e8b263f2899b112d5d0f6bea 1,411 1.00/1.00 vMB 13
830,135 830,135 000000000000000000032f734bc42e4fed0abd45706b0778bf3e20226e2c4692 1,934 1.00/1.00 vMB 17
830,134 830,134 000000000000000000012f82910862b8886a89335b69a3d5cd901cef5f5ca2bb 2,387 1.00/1.00 vMB 15
830,133 830,133 000000000000000000008f2be6d8f7d14b04f723fb3c3978abb937c2985f6623 2,810 1.00/1.00 vMB 12
830,132 830,132 00000000000000000002ce38645d79506827d35b9e2b6a011285d82ea10e91c8 645 1.00/1.00 vMB 12
830,131 830,131 000000000000000000012fce02a05d9de713c625c061e04b7d67fd465174e0bc 2,644 1.00/1.00 vMB 20
830,130 830,130 00000000000000000002362f30c9d49e1b41eb62d5eb70e7008dbb6f5205973d 1,964 1.00/1.00 vMB 14
830,129 830,129 000000000000000000006827fba28a283abde16436bd754bb70d95235d43c64b 3,551 1.00/1.00 vMB 23
830,128 830,128 000000000000000000026d9b3fb5403a59bb41c543ff5aa0d39107c622f89d15 3,604 1.00/1.00 vMB 39
830,127 830,127 00000000000000000003a7ed3b7a5f5fd5571a658972e9db0af2a650f6ade198 3,840 1.00/1.00 vMB 21
830,126 830,126 00000000000000000001980412df0afc3248a35beaeb73e6359e6c5c56a88e49 2,803 1.00/1.00 vMB 26
830,125 830,125 000000000000000000018adfcaece8094b5b4d4902c09e7c2354b921c833f989 1,877 1.00/1.00 vMB 23
830,124 830,124 000000000000000000021f053cf2980d2887e1ef6adcc2a67fd30ea4fa490105 881 1.00/1.00 vMB 19
830,123 830,123 00000000000000000003a8c9e59bcc86eee9195f1d55228651e3d99cae886bd7 3,433 1.00/1.00 vMB 14
830,122 830,122 00000000000000000002b085da3a30602958a6cfe18e619bc26f2f6335dab158 3,634 1.00/1.00 vMB 14
830,121 830,121 0000000000000000000088a3702636c6cbcd9fef4d442006178f484182b0b220 2,820 1.00/1.00 vMB 11
830,120 830,120 00000000000000000000c9d9914ae6cba798e299e8623ceb7283867b6d09977d 2,588 1.00/1.00 vMB 16
830,119 830,119 000000000000000000007cc6be762b73197e6a0723f8a10b7fd04e30737c4f44 3,121 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.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.