Loading Tool

Explorer IconExplorer

Memory Pool

48,135 transactions
29.20 vMB
0.07051779 BTC
Random Selection Loading Transactions
Max Size: 155.96/200 MB

Candidate Block

Mining Attempt 8e4518ea9d9c7077a36df755c9f8642627da564fe74f013108003d8e07b0942a
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root bfcfd0fa9896a7bce4e7b3ab41cbd24c5ef61e8175cd40180a8f51b5ea8afe8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,567
Size: 1.00 vMB
Total Fees: 0.01405567 BTC
Feerates: 132.00 > 1.41 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (736,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,073 178,073 0000000000000b152e4fcc73679e51ecdcc6837444016a341a3b14bc9d0b206d 17 0.01/1.00 vMB 0
178,072 178,072 000000000000025d37f55467f66bc8e7c73eaf6db026b554e5e1ad3193a8868c 12 0.00/1.00 vMB 242
178,071 178,071 00000000000009933a66bddc915ffd2f4bb0d2d0d0eaf7fd42364655714fc7a6 45 0.01/1.00 vMB 116
178,070 178,070 000000000000045bfd9421ce71845dd32977d678e26026ae9becb264251eecdd 18 0.00/1.00 vMB 20
178,069 178,069 000000000000064ca3210756ba4b9c014539bfdaf7cf0281d204da138a1a5917 104 0.05/1.00 vMB 180
178,068 178,068 00000000000000ef92b642db4bf6b9340d04931c3ec050b005172cd6a94eddf1 56 0.03/1.00 vMB 100
178,067 178,067 00000000000006e0d2b010aca3154205b47fe842f742e23de5967cd82a6e72a6 17 0.01/1.00 vMB 15
178,066 178,066 00000000000008c8abf243c222c38b3e5402211b3e8000a2afc3fac41921020a 91 0.03/1.00 vMB 111
178,065 178,065 00000000000006161c6b39a2cae71360a348b89eccc8179150682ad41157378e 132 0.05/1.00 vMB 118
178,064 178,064 00000000000003ed066b80dca2b97f47fd6a234bac2def5122a68e0be789f98e 132 0.05/1.00 vMB 177
178,063 178,063 00000000000002a8c581c295840a3ba05cb980dae226c92d7466e3e1d5375b85 13 0.00/1.00 vMB 528
178,062 178,062 0000000000000af132853fbf6262a88170500830ccc71ff160ced679f2fbfd07 55 0.03/1.00 vMB 120
178,061 178,061 000000000000062e6e04d8e1aad61668e99320f8c5970c48277c1ce0927315b6 12 0.00/1.00 vMB 110
178,060 178,060 000000000000055f07b00324720465f96f40def89ac40462ff8de16694f5e48a 38 0.01/1.00 vMB 100
178,059 178,059 00000000000009f30a7931b37dd2b3dd56f0b1f0ee5e3ecd0ba737613ee4912e 58 0.04/1.00 vMB 44
178,058 178,058 00000000000000eb8f7df27505e1bbe2bb67526c7e635908c80d18bd17cc66c6 1 0.00/1.00 vMB 0
178,057 178,057 00000000000005b93c1676da663ee72ffd5b6d044ee9e8ca5fa3a3dab8d0b5da 15 0.01/1.00 vMB 16
178,056 178,056 0000000000000202ce0ddf33bd8f83584cd9ad5b0985ba89ac4fdb4b2f44b86a 146 0.04/1.00 vMB 1
178,055 178,055 000000000000021b934840ced1a23cbf4d347717f9cec6c91930f1d3fca6c664 203 0.07/1.00 vMB 181
178,054 178,054 00000000000006eb395ea57ec1d944b0f6e60317fd5338cf0f2341899b3e7e16 104 0.09/1.00 vMB 83
178,053 178,053 000000000000079f364e6ab90531edb423c7dd634d5d9687d238d1a40ec23021 29 0.01/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.