Loading Tool

Explorer IconExplorer

Memory Pool

79,502 transactions
29.66 vMB
0.07741952 BTC
Random Selection Loading Transactions
Max Size: 178.17/200 MB

Candidate Block

Mining Attempt 83f2aac19591e868f595c67f782e4239ca87e6ef9939fc40e5dcb25e38387821
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 4a9a90cf878717506eb693e280f2db804ea45df42583e7d77cdfd411ccf291d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,430
Size: 1.00 vMB
Total Fees: 0.01714990 BTC
Feerates: 502.65 > 1.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (315,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,073 599,073 00000000000000000001005a4bb3a1b295656156eee1fdcf3805f860c6ff646d 2,915 1.00/1.00 vMB 17
599,072 599,072 000000000000000000102c1a8ca65f0792aa48d5e3162b17484f4f64c4b2b614 2,942 1.00/1.00 vMB 6
599,071 599,071 0000000000000000000562306ee6828b3e299ce77b895c89f262e7e7099d1ee8 3,176 1.00/1.00 vMB 25
599,070 599,070 00000000000000000001870a5a5f2a9cabee85c92ac862411a1f5818a0f605df 2,928 1.00/1.00 vMB 34
599,069 599,069 00000000000000000003c798f8dfe68ff0d813b5ee3126376385cf289643f62b 3,326 1.00/1.00 vMB 23
599,068 599,068 0000000000000000000a9730dbb0535c3b227954c0931db0a8cefb9321b96994 3,030 1.00/1.00 vMB 18
599,067 599,067 0000000000000000000affcdf81810c18f6acb1b606a0e1249e132829b19fb64 2,640 1.00/1.00 vMB 40
599,066 599,066 000000000000000000153a21ef9fad22d4c2b04cee7df6da7c2ff217ad476a1c 169 0.04/1.00 vMB 23
599,065 599,065 00000000000000000001d0ab7674ba9bffb81a4644a09fc5b8d2a8276f9c105f 1,381 0.43/1.00 vMB 16
599,064 599,064 00000000000000000012b892da0cc103979641fe7a4533aa71f2140453ef799f 1,637 0.51/1.00 vMB 15
599,063 599,063 000000000000000000067f1abd5a6e9f08f2bc949ae9709a9c55e0451ef14c0e 1,395 0.41/1.00 vMB 17
599,062 599,062 000000000000000000025e75ffcc514130d5f0148e8b22b8cbe3269d8f75f5bf 3,493 1.00/1.00 vMB 17
599,061 599,061 00000000000000000008e91d91287adfcf5d4509cb85a923f33bf81c2ad1102e 2,703 1.00/1.00 vMB 23
599,060 599,060 00000000000000000000bfa8fcc95c20c7db14453184d2e202aac59c41542d5c 2,171 1.00/1.00 vMB 14
599,059 599,059 0000000000000000000acbd9670959a66e446007c43906a36abfc5882101a5b1 2,199 1.00/1.00 vMB 22
599,058 599,058 0000000000000000000adf5fe23a450e795022be9e3491807705b5b574e8aa6e 1,974 1.00/1.00 vMB 10
599,057 599,057 0000000000000000000985d13ff12804c792a46b14a5ce94ca0b9d95e5fe6e2c 1,614 1.00/1.00 vMB 16
599,056 599,056 00000000000000000011fd1ab8c3b575c8e2c1a5957d4126ab3cccb805e64e2e 2,259 1.00/1.00 vMB 25
599,055 599,055 0000000000000000000b3da90af0b43ca8c91f2ffa9bcaff07925796a26b455f 1,368 1.00/1.00 vMB 76
599,054 599,054 0000000000000000000f0472fc5500fb5c607ffe6e17984e52dbf6446c4a7ca5 3,112 0.86/1.00 vMB 10
599,053 599,053 0000000000000000000cfef4bc0c1656325873dac7f775f1e09bfd2c37e504a5 3,353 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.