Loading Tool

Explorer IconExplorer

Memory Pool

74,444 transactions
27.48 vMB
0.07118838 BTC
Random Selection Loading Transactions
Max Size: 167.76/200 MB

Candidate Block

Mining Attempt 0b5a24347d5735797f13d6ed6ed500c11b8506c6777dbf13185ec7ed8151575e
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root f8bbda6f85b4c4713fca41c7ba59e8e9cd9d4b690f17f442fc587e4b2c7df4c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,867
Size: 1.00 vMB
Total Fees: 0.01248602 BTC
Feerates: 301.57 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (321,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,533 593,533 0000000000000000000db7c6f64d52730ffa0a78900f2dd4dd6e8eb7fb6f544b 2,741 1.00/1.00 vMB 29
593,532 593,532 00000000000000000016caf3cc539c784e8f94dfb033ed34ab27eed98d317bdd 557 0.22/1.00 vMB 16
593,531 593,531 00000000000000000000126b3297b353c66251f9879685fcee0b466400ebc730 2,295 0.74/1.00 vMB 19
593,530 593,530 0000000000000000000630249bed497f98ec4f5abe482579f84f69f7a420dbf1 2,439 1.00/1.00 vMB 6
593,529 593,529 000000000000000000051e27e3605e1dffecb9b52208c386b90d82c0ffd8ac14 2,969 1.00/1.00 vMB 35
593,528 593,528 0000000000000000001545573c0d878cdd8c3b09d583cdf0b4a3df414876741b 2,686 1.00/1.00 vMB 11
593,527 593,527 00000000000000000009847f4149baa41974605a042839c8f6d52f218908ed69 2,548 1.00/1.00 vMB 20
593,526 593,526 000000000000000000178ee9639f2548be799fd02567fbe7ab72db5569284f27 1,948 1.00/1.00 vMB 20
593,525 593,525 000000000000000000080315cbbd7eb939ecda199b78df8c0e4feec237ab0742 2,262 1.00/1.00 vMB 36
593,524 593,524 00000000000000000019a99020c29e98faf5e6bc0dd0b9d2ccf6d7b4aabc1059 2,582 1.00/1.00 vMB 54
593,523 593,523 00000000000000000017690a330069d61f61437523eb11b018ef68c0055fda2d 3,062 1.00/1.00 vMB 18
593,522 593,522 00000000000000000003b5f3a5423cd2929d80a051acd5c51fba9e69e2ccdec0 3,106 1.00/1.00 vMB 23
593,521 593,521 00000000000000000012088fc93baea7a75711a68b16b931ff1f71a4ff7d4640 2,680 1.00/1.00 vMB 51
593,520 593,520 00000000000000000007c72ba57cc9f9af0e0e7a7980fba893bf39d8841d3fe0 2,688 1.00/1.00 vMB 27
593,519 593,519 0000000000000000000463ec68ce512acab732c2d14450237a10c7dddd880089 2,953 1.00/1.00 vMB 16
593,518 593,518 00000000000000000007bce77d7207b5ccc95e5e0e33e3517718c43cf633d015 2,733 1.00/1.00 vMB 40
593,517 593,517 000000000000000000193cf505438ed4f0776dd98b0f51ecc05ba98e9044b87c 2,565 0.92/1.00 vMB 16
593,516 593,516 0000000000000000000529a9f672369e9eda9cb1cf5596ee410dea23e6bf8288 3,128 1.00/1.00 vMB 15
593,515 593,515 0000000000000000000f02e25cbb3edf9c42632f7727b85a53c1875fa9d00ff4 2,656 1.00/1.00 vMB 48
593,514 593,514 00000000000000000003c4821ff2df1abc1b464a62f800071a625659ded19e98 333 0.20/1.00 vMB 6
593,513 593,513 0000000000000000000050edb73e79106dba5b31409544a8471189064cf1866f 2,718 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.84 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: 711.85 GB
    • Received: 17.13 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.