Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,720 transactions (1.46 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,659 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,846 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,658 (720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,938 909,938 000000000000000000017d5c991917d983c6647d61037d860e9527c66e7d3132 2.16 MB 268 0
909,937 909,937 0000000000000000000223f4afb11ba70fbebe4e3f4ba576001fef9f516d2803 1.68 MB 3,352 2
909,936 909,936 000000000000000000013652754b0b0554462581ddf2ce3bdb58b309ce526a83 1.88 MB 1,745 1
909,935 909,935 00000000000000000001ae93ad6a90f4cbccd14bf3198045c2fa79f33296312a 1.78 MB 2,775 3
909,934 909,934 00000000000000000000cd95947bdbe499e368bd8ff597b656fce5104040fff9 0.19 MB 267 2
909,933 909,933 0000000000000000000059b89677f7bb4673dfa1dab942d96a50fff27e1bf9d7 1.99 MB 2,419 2
909,932 909,932 0000000000000000000142e9ab3848a80848a8129dace3fbd6cc125b00253464 1.87 MB 1,943 0
909,931 909,931 000000000000000000006200c87371732a7e96581cae36a2f3ef003dd82a7f58 1.58 MB 2,838 4
909,930 909,930 000000000000000000009421a639bf313e5d8735a76ec46e164d2089bcc5bc1a 1.99 MB 1,238 1
909,929 909,929 0000000000000000000044d1b84d1f7ea343b59e8cd7b54f827e8a6624339c8b 0.87 MB 1,608 3
909,928 909,928 00000000000000000001865e9c2f42f6fedc6fec138e315a5afad262b84a40f2 2.10 MB 1,286 1
909,927 909,927 0000000000000000000122d107cb3af5f6422e59ee7d7a62b483da594d35776b 1.16 MB 2,059 2
909,926 909,926 00000000000000000002102e4987f9fc92a2b84f660b8a2e31e0b377268422db 1.71 MB 3,473 1
909,925 909,925 0000000000000000000113a6d1424b2e37c71b023e95d7626b2d79d394c210f7 2.00 MB 3,090 0
909,924 909,924 00000000000000000001fc6703f9b0229089e2e331c8c62125997ee66d40d395 1.61 MB 3,383 4
909,923 909,923 000000000000000000020a3736ceaeb43bab6b1954876e893e5f3fc4090ed1aa 1.74 MB 3,477 2
909,922 909,922 000000000000000000016986653e8b41124490ac192193da8015a9cccb1458be 1.80 MB 3,368 1
909,921 909,921 000000000000000000015c80db3ce23e795a56f2151fb5bc208479f44950e1ed 2.19 MB 2,246 1
909,920 909,920 000000000000000000006227e37949ab179ab8555a4e08d9abd5cf3c0666b5f4 1.13 MB 2,143 2
909,919 909,919 00000000000000000001c5a37962ee9a7105fc8894a1c571097f22577db5653e 1.60 MB 2,131 1
909,918 909,918 00000000000000000000f0a4bbe04e99d2c01a2817d2c1d6de17ea1712284433 1.74 MB 3,136 2
Previous 10 blocks ↓
Total Size: 774.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,281.06 GB sent, 121.56 GB received

Notes

  • This page updates every 5 seconds.
  • 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.