Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,201 transactions (0.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,478 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.62 vMB 2,201 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,477 (891,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,699 17,699 000000006b523ab2462e54af93a5fc724fefc93144f561d4120975f31177e9ad 0.00 MB 1 0
17,698 17,698 00000000b839be83771c17f3fbf6d69f8cf564bf982250889ce124ca35a6cb69 0.00 MB 1 0
17,697 17,697 000000000c824126b818dc84447977914c5b4e0bf0f6e21aba59cc3d73c72869 0.00 MB 1 0
17,696 17,696 00000000d64613512543244a0e947785cf76a1e120ecb6567833214d38d8ea6b 0.00 MB 1 0
17,695 17,695 00000000fc438f508230d6278bb211dae39a4677f2b5f3e21f7f0c3512c3ab95 0.00 MB 1 0
17,694 17,694 00000000ee5c5ebb12562326d72b4552e6da58750c3d4462e6a1278afbdaf498 0.00 MB 1 0
17,693 17,693 00000000c50869bae7da9bf3a87e49b0efe688514140d7ee8bc3163bc5f3e6ad 0.00 MB 1 0
17,692 17,692 0000000027c27247b79c5ebf14b7af7ae7340d52c6b45e58518483b3a2118918 0.00 MB 1 0
17,691 17,691 000000007d02719986f7f4cba696408cec1d3713de320798a8cee7389c7de62d 0.00 MB 1 0
17,690 17,690 00000000420c25cce4b93e9c0c2f939ca940697b2b8890fa414ec7fb878de7bf 0.00 MB 1 0
17,689 17,689 00000000f7e25ebbea27f2ddc778409e7d188f8ae6244f385ca6f4673e3013e2 0.00 MB 1 0
17,688 17,688 00000000ac72719e27ce40cefb19ee2e91fc320943759a0d487dff859895dcfe 0.00 MB 1 0
17,687 17,687 00000000498b20b231c17fa1a5efe486d89b742b735939f51d7556253cfb8ddf 0.00 MB 1 0
17,686 17,686 000000000e7b8d47c398cd2688ff0ff7ef5a0134e63fa7a804b3a96ba99bc72e 0.00 MB 1 0
17,685 17,685 000000005f1c0dbebefabce16392c73454245909567f72865ca79ecb8c0af589 0.00 MB 1 0
17,684 17,684 0000000000c72a9fae1fb342344ab5c05d59b593e6945d32ab9d0d59b39e9ee8 0.00 MB 1 0
17,683 17,683 000000009e8e9d550650cb2af3114f4aa7a954907ac50ee797f3f796d8e135cc 0.00 MB 1 0
17,682 17,682 00000000bde9c78c2c6b7deb31359493b2e81c3e99dc8c3f061f9b85d6fe6a97 0.00 MB 1 0
17,681 17,681 00000000c097d6df440a1e40ccf8cd32cda6ccbb193fb24f6e3b42b89be2ed99 0.00 MB 1 0
17,680 17,680 000000001f56a14f6f227cc079e5bf596709f02184d69a1bcc4b3a4f4dd9924e 0.00 MB 1 0
17,679 17,679 000000009f7f61d2ac2e32bb70abc37e8868c2f274e59f812de1dd5db3fbd5c9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.43 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,080.50 GB sent, 110.39 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.