Loading Tool

Explorer IconExplorer

Memory Pool

48,036 transactions
27.79 vMB
0.06077349 BTC
Random Selection Loading Transactions
Max Size: 148.44/200 MB

Candidate Block

Mining Attempt 23e86cfdbabd1efbb4f7b5a42b5db9ee1f4d4894d1785bb439d80d8a49669ceb
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 88b41c3db1c286c34b476d5e9af7bb52cf2feb118a76efc615d006d4486be544
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,174
Size: 1.00 vMB
Total Fees: 0.00804906 BTC
Feerates: 100.00 > 0.81 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (339,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,167 575,167 0000000000000000000a999594677e686d0b35ad17ba365db1408b18d898868c 2,110 1.00/1.00 vMB 82
575,166 575,166 0000000000000000002025d9968a61c6ff4651eee085c26fc8da78335246e630 2,989 1.00/1.00 vMB 82
575,165 575,165 0000000000000000000878b47d3c8731f5dbbef9e9a35b099af1ebe3bd841953 3,027 1.00/1.00 vMB 104
575,164 575,164 000000000000000000131bd3665dfef4234015a847dfd12ae201b40bfc1ea166 3,059 1.00/1.00 vMB 95
575,163 575,163 00000000000000000018645113fd994a325f2217998be93aa6a48c5e4bf6dd1f 3,077 1.00/1.00 vMB 69
575,162 575,162 0000000000000000000fd4ff7f1d1cbaf38ec954ab39f22cd8f5b14faa7b0511 2,793 1.00/1.00 vMB 81
575,161 575,161 000000000000000000210aa4bec287cb00dd30b8a61abe75adb1920ddfe140ff 3,204 1.00/1.00 vMB 87
575,160 575,160 00000000000000000022766c776e22daf1efb3d2b3e3758192d95700d8c15fb7 2,974 1.00/1.00 vMB 101
575,159 575,159 0000000000000000000494a16ebab3b30a35951690b14e9242d1fa008843eff2 2,717 1.00/1.00 vMB 70
575,158 575,158 00000000000000000021100d7092ec8006982d12b7945af2c0ec95df0f36909f 2,872 1.00/1.00 vMB 81
575,157 575,157 00000000000000000014e712d66dde518165b5b75484d931fc8b75fd7a9b3b20 3,176 1.00/1.00 vMB 94
575,156 575,156 000000000000000000153ddeaca3c1d4ce6b395ee0b4878b9282a3cc4d036920 2,960 1.00/1.00 vMB 78
575,155 575,155 0000000000000000000a767c06ef0f19ed07c854ac84b574f9710baad2f927f6 2,510 1.00/1.00 vMB 92
575,154 575,154 0000000000000000002689d8ae004ae96d4ee219af086aac3762c08a9b43ce6b 3,270 1.00/1.00 vMB 84
575,153 575,153 000000000000000000015a5d6accb11cc7b53dcbd6562b644e9a17fad1d1ac80 2,733 1.00/1.00 vMB 87
575,152 575,152 0000000000000000000d4710ab972b304b1051d304727c297a3bf818f81651ba 3,343 1.00/1.00 vMB 91
575,151 575,151 00000000000000000006312b0a7ec7cd98d80dbb3567efe88b8f25cbb434b651 3,291 1.00/1.00 vMB 92
575,150 575,150 0000000000000000000886048e48c7a02b323b1c3a255e69882430472ea9dbec 2,903 1.00/1.00 vMB 92
575,149 575,149 00000000000000000003c20c598041abc7d303b584ef3c59aadced92015b3dbc 3,268 1.00/1.00 vMB 86
575,148 575,148 0000000000000000001efe3b81116d16f3453571fe0e9299df1dc8c481700cfe 3,077 1.00/1.00 vMB 92
575,147 575,147 00000000000000000007ce658ea82da636d160168249354be5939c0588eba708 2,757 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.02 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: 649.99 GB
    • Received: 13.24 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.