Loading Tool

Explorer IconExplorer

Memory Pool

35,432 transactions
25.87 vMB
0.06881509 BTC
Random Selection Loading Transactions
Max Size: 131.67/200 MB

Candidate Block

Mining Attempt 1f81ecdbf9d1ab991cb3d807a7cc06659666a2d56a7c4e9ec9aede6294233203
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root 4da95a07f132361ca832af33aef62b3141e1054eb986f044fd770c66d8c309d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,272
Size: 1.00 vMB
Total Fees: 0.02128407 BTC
Feerates: 150.77 > 2.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (340,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,614 574,614 00000000000000000026212e432386cb278a198ee9839a97dc82f37b17d1981e 3,113 1.00/1.00 vMB 82
574,613 574,613 000000000000000000162a21129f02677528fd9de6eafc16999490949b5abc0d 1,641 1.00/1.00 vMB 66
574,612 574,612 0000000000000000001dcc8ea8e2f9a78a10dee4d8b91772d2de74a349556f78 3,305 1.00/1.00 vMB 84
574,611 574,611 00000000000000000005de7c4bc13676b12d5bc9b27d11899c7adfe297ad02d1 3,052 1.00/1.00 vMB 43
574,610 574,610 00000000000000000014d7c93b0c630e542a9bd67d26aa057e46cdee9e2b0b0b 2,509 1.00/1.00 vMB 9
574,609 574,609 00000000000000000002ec88ad8dce32282f7cc90aa4ed9bfd0186b9145f73fb 1,953 1.00/1.00 vMB 58
574,608 574,608 00000000000000000016516a94fa86ce8030ea19feec2a605ae075e118b69495 3,138 1.00/1.00 vMB 59
574,607 574,607 00000000000000000010b83d2bd56ff781f2ec6dd6702fdc43b1216cc99ea545 2,888 1.00/1.00 vMB 54
574,606 574,606 0000000000000000000a29af23f5e51db76a9a58f905b4437e48e2c1f4525718 3,176 1.00/1.00 vMB 67
574,605 574,605 00000000000000000022e580156225d34d544e24cf53ae7574a500d19a79674c 2,945 1.00/1.00 vMB 48
574,604 574,604 000000000000000000091d1617e1f14221123ce2958d592cae65ff9d89f9dcff 2,008 1.00/1.00 vMB 20
574,603 574,603 00000000000000000002fc324e9beac2f6140d0872f7e5f1f1a20e94d518c57a 2,329 1.00/1.00 vMB 9
574,602 574,602 00000000000000000009a07c7a60a29c0b6ddc367436e74b19c242eee0cbfbc4 3,041 1.00/1.00 vMB 63
574,601 574,601 0000000000000000000ba2f64185ce8928f795b76f7478460514373c3ddecd7e 3,024 1.00/1.00 vMB 29
574,600 574,600 00000000000000000014f671e57aa599e3cfba952c98b629db705d070ecf61e8 3,091 1.00/1.00 vMB 40
574,599 574,599 0000000000000000001a3673c8e070fd36beb77bf810b262a055bdb26332f592 3,263 1.00/1.00 vMB 84
574,598 574,598 0000000000000000000078eb2b15f814b8dae089ece639ab4dfe59ac334287df 3,179 1.00/1.00 vMB 40
574,597 574,597 00000000000000000008608d44d9bf5660baaee2230870aead28d33cd5cb9ebc 3,386 1.00/1.00 vMB 60
574,596 574,596 000000000000000000056317a610a0db11b66dbae9bc11d21a1e1281b94520cc 2,819 1.00/1.00 vMB 90
574,595 574,595 0000000000000000000d93d497947f3f1f44ac09f58d3ee1f83cd90a901074c1 2,686 1.00/1.00 vMB 52
574,594 574,594 0000000000000000001ce62b2e55c08d40c0ae2f7ea5067eac91a5c85fb6ef4d 2,715 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 781.85 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: 638.82 GB
    • Received: 12.50 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.