Loading Tool

Explorer IconExplorer

Memory Pool

81,508 transactions
31.63 vMB
0.10485670 BTC
Random Selection Loading Transactions
Max Size: 188.91/200 MB

Candidate Block

Mining Attempt 7265fda92a7f30cf69da192f5159fd5867fa59d6f739b9ca41f5a9b15a5c3658
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root 7ae4954e613f3f903f9615007be1b1ac1f6c1b1a593bce01c15f2bdd38e89056
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 986
Size: 1.00 vMB
Total Fees: 0.02313650 BTC
Feerates: 711.74 > 2.32 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (630,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
285,047 285,047 00000000000000009365ff3ee90eff70b7c31c07dfa1efe07c00b6e48438d226 266 0.12/1.00 vMB 60
285,046 285,046 000000000000000140fbdad66344ad98bb6db231a0dd5ebc506473646ef4fe00 810 0.50/1.00 vMB 30
285,045 285,045 0000000000000001661889cfb79b7ddf2bd35f9bb8d273638aabaa0ca8ef73c8 685 0.35/1.00 vMB 39
285,044 285,044 00000000000000017a51a97d2aae85865f7045181dbfadd41ea212a4aa156c7c 66 0.08/1.00 vMB 12
285,043 285,043 00000000000000019e29df04392a335af9621c44651880f750f590d4f4e9f199 928 0.35/1.00 vMB 43
285,042 285,042 0000000000000001569c37d0645a04650542d3d96ea7cb4b5b9d461a9930882b 44 0.12/1.00 vMB 10
285,041 285,041 0000000000000000e10281792fad3837897e15d5b973e1d4400533ef8a32f365 478 0.28/1.00 vMB 34
285,040 285,040 000000000000000173888d59032294d0e588f507bed83dcde27d1ded4f6ab9ab 256 0.10/1.00 vMB 59
285,039 285,039 0000000000000001085c9ea4a5dbc8d0be2ab14c055e6336f3fe23ee0c9e4a26 620 0.42/1.00 vMB 39
285,038 285,038 00000000000000006f10b561f8cf25e09927fc57f78e88b435efe0eac7c8c474 526 0.24/1.00 vMB 40
285,037 285,037 00000000000000005ece9778afc77a44fe3f740ad73e9651811c4ba3f3697f5f 158 0.07/1.00 vMB 24
285,036 285,036 000000000000000130f57000fccef56235749d6c81be6e79ceae6a5647ab961f 136 0.10/1.00 vMB 24
285,035 285,035 0000000000000001887255d6176887c15259c7bc7f7bf03b2d1eccf62df7b601 63 0.02/1.00 vMB 45
285,034 285,034 000000000000000109e94e7b585a2bb868bc198c9e0a4f7b80d0d6a63cc9785e 943 0.54/1.00 vMB 18
285,033 285,033 0000000000000001022d8674c16c78e2aec6db8ed6e413f289d10fbef9e1daf2 777 0.25/1.00 vMB 60
285,032 285,032 0000000000000001815c3df0c6a0bb5ca0d0a67645af81001461168f5e97c4f8 527 0.28/1.00 vMB 32
285,031 285,031 000000000000000069097789ae01682e2bcef99c67d3fb027266fdb2f2c5f7c5 169 0.05/1.00 vMB 104
285,030 285,030 000000000000000104a2f9c9504fea6cd2b0ad04e442dbd6048cc7a77e32ad5f 64 0.04/1.00 vMB 78
285,029 285,029 00000000000000013b01a0dce67b274cb437b98b3a5f4306936163e72d4a1335 921 0.39/1.00 vMB 42
285,028 285,028 0000000000000000d71075aaf62651dffb92597ec2eeb31284805d0fe5afb4e2 118 0.06/1.00 vMB 33
285,027 285,027 0000000000000001311ef70540180aadcb389237a5cf86090cc9481755ebc4d4 47 0.03/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.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.