Loading Tool

Explorer IconExplorer

Memory Pool

83,234 transactions
31.63 vMB
0.12507323 BTC
Random Selection Loading Transactions
Max Size: 191.15/200 MB

Candidate Block

Mining Attempt 4c635794107d94e2567f51b4e04a0c408a29a3c8af0aeed5db8f392f88adf1cc
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root a89c0dc663d4613639e22b80e87a9a101861eb353fb30adcfca7f124f197bde4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,142
Size: 1.00 vMB
Total Fees: 0.04151361 BTC
Feerates: 803.65 > 4.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (98,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,077 817,077 00000000000000000003346e617a5692b48fb367c214d0a049b1d020e054540f 3,131 1.00/1.00 vMB 266
817,076 817,076 000000000000000000018cbd2bf85e08cb0399aa489c1f1fb7b60b848dc16adb 3,807 1.00/1.00 vMB 204
817,075 817,075 000000000000000000009df44b2f45213cb81ac22a6628dc6eaf3edfcb7dcc6c 4,192 1.00/1.00 vMB 188
817,074 817,074 00000000000000000003e0002d9b40184dac8634b0795216d0584e80a16c326e 4,231 1.00/1.00 vMB 188
817,073 817,073 00000000000000000002aca0cc8cfe4b52c30ed1dd0037f7200872759db68846 4,556 1.00/1.00 vMB 200
817,072 817,072 00000000000000000001dc77a51355faf57b8e776e59f564b0967649b4313c94 5,142 1.00/1.00 vMB 179
817,071 817,071 00000000000000000002d770d5f7d630f5179c72d99fcbdf6b4eb972a73d251f 4,181 1.00/1.00 vMB 197
817,070 817,070 00000000000000000002c4c7aff973dde06fde6b9a1223fa8a49a78b847c23ec 4,407 1.00/1.00 vMB 198
817,069 817,069 00000000000000000003595b37a40a8b9182b44f9d1b8a29ba0ad0dbb5cab014 4,605 1.00/1.00 vMB 202
817,068 817,068 000000000000000000002549dce82537ad7ba3b273fe365dd4d1da6b8652c9b7 2,979 1.00/1.00 vMB 234
817,067 817,067 0000000000000000000082d213f868663cd16491865402e62d046b637045f5ca 4,241 1.00/1.00 vMB 226
817,066 817,066 0000000000000000000251e7a91714ad8d8f061c6113fba45ef1a4d024d8d226 4,531 1.00/1.00 vMB 198
817,065 817,065 00000000000000000002280bc3750fbd78452a328f5c95ae71cb0e08519cf5ea 4,312 1.00/1.00 vMB 221
817,064 817,064 00000000000000000003f42847a05efd759d84bc50a6b61e285fc7c85809c7a1 3,922 1.00/1.00 vMB 211
817,063 817,063 00000000000000000000fd1a52b5d44c62bba9fdaaf368eababb0678c4f8bf23 3,482 1.00/1.00 vMB 273
817,062 817,062 00000000000000000000307bc7fb1b02ff14d56bf1fd38c3e23fb2260203063f 4,847 1.00/1.00 vMB 200
817,061 817,061 00000000000000000001d0579db3a40fdc0cd43749c9a71fb1b0af312f4216d4 3,748 1.00/1.00 vMB 219
817,060 817,060 000000000000000000026ec6bdc6380224feb0819b0d3264ed9a8ca6e1913e2f 4,368 1.00/1.00 vMB 206
817,059 817,059 0000000000000000000370655b6d00d719c9bf9c8bb67a0590e41624411697ea 3,516 1.00/1.00 vMB 239
817,058 817,058 000000000000000000036baa2ef9e220f4ce3cdb0f6f29a15c446dbd6753f62b 4,674 1.00/1.00 vMB 178
817,057 817,057 00000000000000000002782cdfd725a8b4bb6686aa57a032247bad51eb60c5de 4,936 1.00/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 783.00 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: 718.68 GB
    • Received: 17.93 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.