Loading Tool

Explorer IconExplorer

Memory Pool

77,559 transactions
29.55 vMB
0.07223507 BTC
Random Selection Loading Transactions
Max Size: 180.47/200 MB

Candidate Block

Mining Attempt 9e5636ae76e76134b49310cfa1d719a2166ec3f199fd3002046306dfb5a1d786
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root 86d2578c207c3c1f4cc831763ee5f9b0ebe2fbecc04e303e2ad6407cc8979744
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,239
Size: 1.00 vMB
Total Fees: 0.00700042 BTC
Feerates: 75.20 > 0.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (671,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,072 244,072 0000000000000053f17e321b008e1455fa8789cf65068ae9be19631859f045ea 47 0.02/1.00 vMB 157
244,071 244,071 000000000000004dc56922d386077208a8b3e26df1aa6183172529d66d74a3a8 4 0.00/1.00 vMB 101
244,070 244,070 0000000000000032ad0736e811083202b0244be112d3a6f6a08fda2bea14f5ab 38 0.01/1.00 vMB 111
244,069 244,069 000000000000006e25044f81d586aec4ca597ee5934d727853185667002818de 345 0.14/1.00 vMB 122
244,068 244,068 000000000000000cf422c9a8cc8ebee9b03d46030873c45bda2a075cda58912d 59 0.02/1.00 vMB 196
244,067 244,067 000000000000007b5f1a50ec48d09b271db9c140d50a9aa74e95944f96f8e342 12 0.01/1.00 vMB 118
244,066 244,066 000000000000001ab7108f6b6ea0b3552a6f25be893120aafd1c472ae2f0fcbc 21 0.01/1.00 vMB 35
244,065 244,065 00000000000000470c886cc7ef78c4b3d04acae93ffa929c3c8482a3919ef734 219 0.09/1.00 vMB 106
244,064 244,064 0000000000000015349b8ccbdf8d298f7c3c54c8280ca89d6038bf8493d787f0 57 0.06/1.00 vMB 43
244,063 244,063 000000000000007180786cc82ce8623b944da285b1e7e6d4ef0e5858c75bfcfb 116 0.06/1.00 vMB 115
244,062 244,062 0000000000000064b37a0d902ae8a8f4fe2b9e8a29a4f6e941e2fd2493162d2e 269 0.10/1.00 vMB 185
244,061 244,061 00000000000000b2b1f2ca2a2f937c2d93c41a5d089e1d3d4fe6bb663dd25db5 16 0.01/1.00 vMB 100
244,060 244,060 000000000000002d99ec925576cc29e0073b2493aeeb98282c53e96bb5abcf3a 19 0.01/1.00 vMB 171
244,059 244,059 00000000000000c893fa9465b5d7cae7dc58a582c18a8e2bcd1c2f15830f7912 66 0.03/1.00 vMB 180
244,058 244,058 0000000000000019e181998a96a7bf41a1a6eaa31f5a05cf19b60c634ce268db 187 0.09/1.00 vMB 123
244,057 244,057 000000000000007001f5d45475b1b30f23b6112376ed7bbc87cfe12a8267d74d 32 0.01/1.00 vMB 213
244,056 244,056 0000000000000022943daaab9e342c0bf5a2d249386275772b6be53d3007d19f 110 0.06/1.00 vMB 145
244,055 244,055 000000000000005c8e675a8292c576b64549509168f261004d9e5ba5fe62c519 145 0.06/1.00 vMB 161
244,054 244,054 0000000000000061dfd50600082c963029923174198b7a75c3da32690f4e78c6 220 0.11/1.00 vMB 121
244,053 244,053 000000000000007902c84d31fb5ef67cf583832ecf6701d37d9655f30e6496f6 54 0.03/1.00 vMB 132
244,052 244,052 0000000000000086c933edb91c158a5a639b8028b68e127966163bd3cb0eeeb9 11 0.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.