Loading Tool

Explorer IconExplorer

Memory Pool

15,941 transactions
10.62 vMB
0.01957001 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.53/200 MB

Candidate Block

Mining Attempt 5b915984d61f3ccf2e17e20291e44c8e3eb4b8012fed8ad67faa897759c2ab7d
Version 20000000
Previous Block 0000000000000000000009523cccd0e9fb297d3cb3a5c200be639dd47df9e137
Merkle Root 3d28d5cc9298bbe4ff04b3be306599b32c2f191930d938f5c35017d7a9c788ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,914
Size: 0.9979395 1.00 vMB
Total Fees: 0.00284150 BTC
Feerates: 8.02 > 0.28 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,790 (740,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,075 173,075 0000000000000228ec0b9bd547bf5f6d6bcf89b9e7de01660e87023f0de8422c 1 0.00/1.00 vMB 0
173,074 173,074 000000000000021480d84504482ae5b3c70f49615ffa4e68e092626ee844a823 5 0.00/1.00 vMB 457
173,073 173,073 000000000000098046086cbb9efb5e5092171b13563aab9a565530a5d8382bc1 154 0.07/1.00 vMB 31
173,072 173,072 00000000000005416bf423f2c85f90d144ce9ae9459743260e2e3bf5b1320632 24 0.01/1.00 vMB 195
173,071 173,071 00000000000007ce5e61f3e7386137819a333b1963805a1cffc6f46d8cdcc440 33 0.01/1.00 vMB 137
173,070 173,070 00000000000005a83751969cf281a388dcf99f0e4244b8635e5b180fd94661a5 39 0.02/1.00 vMB 236
173,069 173,069 00000000000002bbbe87cac5f1d1ec960fdd3e423d6a8409586aee3a58c217ef 68 0.02/1.00 vMB 48
173,068 173,068 00000000000004c8e734978dff4d4bea83fd5539de4ab5ff6a20132801abe4e3 1 0.00/1.00 vMB 0
173,067 173,067 00000000000008a16dfdce026dff11392b4bbc519758cd4fa2744dea243b7419 10 0.01/1.00 vMB 1
173,066 173,066 00000000000005680fe4d11d39b1996828f54e869c7088abef3e9aed34792107 45 0.02/1.00 vMB 58
173,065 173,065 0000000000000314def50d9598fa2c43a56afd305034fb8c231e899a7253f7bc 47 0.01/1.00 vMB 0
173,064 173,064 000000000000097d7c9073ccbfb63df5c6f3ddbde210f4d3f6fac0d401f5d1e7 39 0.01/1.00 vMB 70
173,063 173,063 00000000000003bc9d68eed0efc198c47a4fe330585081061ab14c22c5172916 23 0.01/1.00 vMB 63
173,062 173,062 00000000000006159ae4f698b3754e7456f06b7547b7740b95501c2a1b17dde8 54 0.03/1.00 vMB 141
173,061 173,061 000000000000092cc9100d638ef10501c77dd8bd62f29e2167451de856872712 76 0.03/1.00 vMB 74
173,060 173,060 00000000000002dba067023b040933a23195089edc351578825fefc9652df79c 1 0.00/1.00 vMB 0
173,059 173,059 00000000000008b396fb8c73debb73abbb10fa831b36f420bff2b28b64574097 13 0.00/1.00 vMB 115
173,058 173,058 000000000000070e4b05f09d53a2fc03ad335cc7ca804d7e850ef13611244918 45 0.02/1.00 vMB 112
173,057 173,057 0000000000000ac52c1ec9c5598f2a4fec9b2abd9d679cbc164d780968309d1b 9 0.01/1.00 vMB 18
173,056 173,056 0000000000000110842b24861badb1e7f92d6303f20b4b234e2af56655fee1e9 29 0.02/1.00 vMB 108
173,055 173,055 0000000000000626a92f14c5a0d8fd233012a2c953e49916ce63e5fbe5f3c2e4 47 0.02/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 780.25 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: 514.02 GB
    • Received: 4.29 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.