Loading Tool

Explorer IconExplorer

Memory Pool

83,561 transactions
30.79 vMB
0.14941650 BTC
Random Selection Loading Transactions
Max Size: 185.32/200 MB

Candidate Block

Mining Attempt 7a6b49d765e294a98c4b567dd6d2d62641b6cb546dbf5a004705abb8a44ac555
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root d498eed7237b980a14e867e2c8e80b86ca2b24f7b991f6585ee9a3f25f370cae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.08313663 BTC
Feerates: 150.77 > 8.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (533,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,095 381,095 000000000000000010e6e8b59808f94ec7cb7a4ae2c30eb55436a78aa81cee12 362 0.19/1.00 vMB 30
381,094 381,094 00000000000000000c4a116f8ef37fcf440b4e81cc9af3a30508f81eac70f8ca 1,325 0.62/1.00 vMB 44
381,093 381,093 0000000000000000063c21d18f1e23fc23a392a9f0af25e34c7c064482dc89f0 622 0.36/1.00 vMB 35
381,092 381,092 0000000000000000017301c9e7b2a95eff66cc8cdbaef78340b86aaae3e071ae 459 0.32/1.00 vMB 20
381,091 381,091 000000000000000006cae68facca7defb50575365e65aab9161a6923b2e25e39 1,924 0.75/1.00 vMB 51
381,090 381,090 00000000000000000bd660bcc7d28fa00bd2f5fef01fa131bca5c1f993bcdd0c 1,590 0.83/1.00 vMB 41
381,089 381,089 00000000000000000d8a573845984e6d3ab34988df2658c6867e62e8285d4ae9 1,634 0.83/1.00 vMB 34
381,088 381,088 000000000000000010a0c02db5e56d92607844eb03ce3c8d6bb435c489bc1899 1,602 0.75/1.00 vMB 43
381,087 381,087 0000000000000000095ed77822792f7ff2226b0ef8dd3b887f25b56cf87426b3 533 0.27/1.00 vMB 37
381,086 381,086 00000000000000000f262fe46ccf8891a20514d2044dd2797ad65928511ce4f9 916 0.56/1.00 vMB 27
381,085 381,085 00000000000000000d6940f19bacf9364c43f325ea7a56354c9b9c76bd10a674 2,284 0.95/1.00 vMB 36
381,084 381,084 000000000000000007e1d9b363e5a74d83315079277f6d73132549ddfc870fd1 374 1.00/1.00 vMB 88
381,083 381,083 000000000000000008da78042c00789be26ecddc93a489258dca37f849eadea2 1,222 0.75/1.00 vMB 33
381,082 381,082 00000000000000000c6de1c3a212c5a6f96b98d8387481a3a5404923e00c61e5 209 0.13/1.00 vMB 25
381,081 381,081 0000000000000000074d747c6b86528939a56ed465836559f7d38f6a810973e8 1,425 0.63/1.00 vMB 43
381,080 381,080 00000000000000000905ab35f4bc94bd35977b76d88b0ac0f92d83980b8e31b5 1,745 0.82/1.00 vMB 42
381,079 381,079 000000000000000000b8537f0752b704d6f44763f3523fb8a4c2a9ab44b941a5 1,610 0.67/1.00 vMB 42
381,078 381,078 00000000000000000c08a59460ac8821c0c79b1697f88ce4efef787d926de7ae 986 0.50/1.00 vMB 42
381,077 381,077 00000000000000000a79eb15729c99fafbdc7052d00301da965845038c3b5608 145 0.24/1.00 vMB 4
381,076 381,076 000000000000000010d21f0b8a96f61804d4f39f7f882a444214a34a236525b9 778 0.38/1.00 vMB 37
381,075 381,075 00000000000000000a00479c266498b277c77b5dcba3e359f37c374da68199ed 1,120 0.55/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 660.44 GB
    • Received: 14.75 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.