Loading Tool

Explorer IconExplorer

Memory Pool

48,056 transactions
29.16 vMB
0.08754022 BTC
Random Selection Loading Transactions
Max Size: 155.51/200 MB

Candidate Block

Mining Attempt a569e7229065bfa2abbbe649ef44bfa98525d813203c6986862d1647a2bc422f
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root a4a7c8a01a1b731ee79a41406ddea1b4cd7db97018486a1292c0b01301a71804
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.03136524 BTC
Feerates: 100.60 > 3.14 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (130,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,310 784,310 0000000000000000000501cb24b4ef1451160cef392fe2f6c169846e2dff0315 3,181 1.00/1.00 vMB 23
784,309 784,309 00000000000000000003148e18adf7ce9aee3912fccd5554cfe7f2d9324c582c 2,122 1.00/1.00 vMB 37
784,308 784,308 00000000000000000000e48814e4ddd62410660e6b1f7aadb67ea0ba0956bdef 2,484 1.00/1.00 vMB 23
784,307 784,307 00000000000000000001564af5824dc7ff59dc26258f8ba8c2a88e7adba8876b 3,157 1.00/1.00 vMB 22
784,306 784,306 000000000000000000056db264c72bfa5f28943ced2a6a4b9a8a2ef20b8f0e0a 3,498 1.00/1.00 vMB 34
784,305 784,305 000000000000000000049c721e90f407dd00025756ba42384d0823dc99cef1ad 2,764 1.00/1.00 vMB 28
784,304 784,304 00000000000000000003d5c634fa46c6ac821f9bcc0555e395ecfadc25404ba7 3,259 1.00/1.00 vMB 33
784,303 784,303 00000000000000000002d349e84c21933c96507eb9dfbc47bcf80214db7c6e86 1,818 1.00/1.00 vMB 30
784,302 784,302 00000000000000000004edb163e2e8db1afcbbcdc83cb7d89afd73170cb49ebd 1,397 1.00/1.00 vMB 13
784,301 784,301 0000000000000000000342f925ad70c9608473a71226a1409df24a625c70e4ed 1,904 1.00/1.00 vMB 6
784,300 784,300 000000000000000000046e57d3c5d5ba3d8311a83ec0efe1ebe0142f4ab19a96 2,762 1.00/1.00 vMB 21
784,299 784,299 00000000000000000000df1072b381603f20d3e6877cf4689c743e90d2dde719 2,393 1.00/1.00 vMB 12
784,298 784,298 00000000000000000000d6d0b01a920e0c6b590154a95e06f6d62211b24d1206 2,403 1.00/1.00 vMB 12
784,297 784,297 00000000000000000000e58f6d58e6020dad2c13d48f1fc8e01d20301f829026 2,279 1.00/1.00 vMB 6
784,296 784,296 00000000000000000000da22a2cf6701b2fcf6e71240643d9d9ad0635815219a 2,851 1.00/1.00 vMB 23
784,295 784,295 0000000000000000000460cfa99370db2056e1a185807d6d4084b2d51292099f 2,299 1.00/1.00 vMB 17
784,294 784,294 000000000000000000030dc17e23a8ca7490c2842122f2d816d17fb09c30c18d 1,912 1.00/1.00 vMB 6
784,293 784,293 00000000000000000000958d05bc0870a6c7c904bcfa5e50b551430ef00fe35c 1,038 1.00/1.00 vMB 20
784,292 784,292 00000000000000000005b1324a5d728cd0a0d85f9ffe2b0f9a6058b92f7137ac 2,063 1.00/1.00 vMB 13
784,291 784,291 00000000000000000002bdb657e6acba6ca3671d2351bf348e82e48461887d86 3,109 1.00/1.00 vMB 15
784,290 784,290 0000000000000000000473573933ea2518d6850b31c8f8a0be8b7a8a6842a8cd 3,055 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.12 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: 652.10 GB
    • Received: 13.72 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.