Loading Tool

Explorer IconExplorer

Memory Pool

47,934 transactions
20.90 vMB
0.05597654 BTC
Random Selection Loading Transactions
Max Size: 119.75/200 MB

Candidate Block

Mining Attempt 2d376c5c44bfbebedac0648b5d3e078f23a9e4765ed07ab79d1e240eec9ec8ea
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root eaaff06efb306daef5ebb95836ff424c9a846ee8175fb18842459ff2b8c47618
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,551
Size: 1.00 vMB
Total Fees: 0.01405790 BTC
Feerates: 502.67 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (749,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,459 164,459 000000000000078d1b542bc6793211e1967298ef290ceee51cf6b4d56be6c625 87 0.03/1.00 vMB 89
164,458 164,458 000000000000058e4116daef9b7928b9d4b687e75f320256a5727b6af4bfef70 1 0.00/1.00 vMB 0
164,457 164,457 000000000000033f41d6d1149d0b41af7c8643cb7ae9fdc238e58ed9ee80a16b 33 0.01/1.00 vMB 311
164,456 164,456 0000000000000b914a36ead4d24adb9a29237d8158a0a054d1d4a87751606a58 10 0.00/1.00 vMB 42
164,455 164,455 00000000000007a0548e04326083b493881e695e91a6f9dfeaa9d6be3af9a368 36 0.01/1.00 vMB 44
164,454 164,454 00000000000000925643682e9a74d5e7e6374a1a5b51a2e00b0d293d0dcbd625 18 0.01/1.00 vMB 135
164,453 164,453 0000000000000748ba126a45f0851ba58da59ec0dc47a2242d2c0b2ea2518240 8 0.00/1.00 vMB 70
164,452 164,452 0000000000000b2a39a7d3c4ba0bbd3dcb8cca493a1175594f39e9032c4eac90 14 0.00/1.00 vMB 43
164,451 164,451 0000000000000a03bc5b7968af655370abb2cc34e168db15db809afee38f48b4 17 0.01/1.00 vMB 77
164,450 164,450 00000000000009d5377cc4bca3e16a3b3abd7c8f1e32cb07979d5ba90f30b029 8 0.00/1.00 vMB 13
164,449 164,449 0000000000000a9bd0787748d066bc1172cec0810457a24d9c7978403b2c878a 76 0.03/1.00 vMB 113
164,448 164,448 000000000000090f9486c5de5147976678e12ebf2a8f19120d4ef93463124746 112 0.05/1.00 vMB 45
164,447 164,447 0000000000000b73fd80ca945adc86b169d37de1b4865484b96a2b0a79e5d3cc 9 0.00/1.00 vMB 33
164,446 164,446 00000000000007bca86eb5e9a403796ad21274ca68638f67f061393b1d32cbc4 11 0.01/1.00 vMB 383
164,445 164,445 0000000000000b58bb7d56195fc1efbd45f0baeec8d19d562b17b8223b9c2f5f 9 0.00/1.00 vMB 393
164,444 164,444 00000000000006238677524d587702130f33c88d25c94e4e711f8f24457cde55 19 0.01/1.00 vMB 23
164,443 164,443 0000000000000c45ba69135d4afa4ad2271f4cdd65e5ce1bdb81c13ff72383e6 31 0.01/1.00 vMB 301
164,442 164,442 0000000000000a50622f2e410ab9dd0e9a058c1323bc5812373f0ec4b59f475c 148 0.05/1.00 vMB 26
164,441 164,441 0000000000000b6155ff2946566d427ad993a08083dfb13a26f9a1c6bc43cb35 71 0.02/1.00 vMB 3,985
164,440 164,440 000000000000003f19096bedbfb5b5cdbdf57ac0a8a9e67da8c5971c323d32b9 58 0.02/1.00 vMB 191
164,439 164,439 00000000000009c721ff01a48ef81ca2a011afeed31f48abf2c06ce377b997dc 7 0.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 780.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 550.22 GB
    • Received: 6.42 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.