Memory Pool Memory Pool Refreshing

8,641 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (611,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,152 296,152 00000000000000007e117827a5a0fa18ed2e39a1b069f7068c42b483a125d9a1 0.07 MB 138 31
296,151 296,151 00000000000000000cc736dcbe955f1c6348859953288b09bd10c3fd45c9818f 0.04 MB 64 19
296,150 296,150 00000000000000002d9306864519ed68894a75cb3647a3df0db36b1cce603aa4 0.23 MB 193 19
296,149 296,149 00000000000000008837efb19dee0a8819a2899e6ac971e51baa5c0bfb95206e 0.35 MB 720 43
296,148 296,148 00000000000000005fa68dcf213b84525f02f276e2b1e5ace8f15828643d71da 0.25 MB 512 57
296,147 296,147 00000000000000002608aa7cf1cbb12c8022ecdd87ac9a63a4edfa0932a33aed 0.37 MB 696 39
296,146 296,146 000000000000000015f6838f2025468881e2a6061d1b83f04409fd51e76be92e 0.14 MB 59 9
296,145 296,145 000000000000000065e6118e299dcb9d00943d2247b98b51d2bf9db182f49980 0.14 MB 256 41
296,144 296,144 00000000000000009bb610a16d97bb7f7960a78262dde815e4978045b28414bf 0.20 MB 326 35
296,143 296,143 00000000000000006115f7fb7aa0768855dcf5405575f9c27d61cc664bd07cba 0.09 MB 128 24
296,142 296,142 00000000000000004697aedd3abdd97e1e46dcbeb73e2d98fe5ad5a7a86455cd 0.21 MB 309 25
296,141 296,141 000000000000000043f8a8fc8038daa5c23e30d0fdd3597bd6a6f66f527db16c 0.09 MB 25 7
296,140 296,140 000000000000000087e0731a2d4fd5834c0ee7fda0561198fc77a1cef62f1b49 0.24 MB 280 27
296,139 296,139 0000000000000000a8ce88d9b868fe8f588438f7040424e2932a8ce4e4687f28 0.35 MB 697 36
296,138 296,138 0000000000000000af587f61f21b1b341a3bb84285e91ea02a550cbd031a291a 0.35 MB 607 32
296,137 296,137 0000000000000000af5b1845ca465632e11817c0c2d397efdd6e39ca8ea341c1 0.35 MB 780 39
296,136 296,136 000000000000000031f04dad1c0b109784eb059097e7d870b4d7c525ea71f00e 0.33 MB 551 32
296,135 296,135 00000000000000004d6804000aafac7e4c32bddbbed322081c84ed11d6f28ba4 0.06 MB 43 7
296,134 296,134 000000000000000083f1df5017b9f66b8925578dcd7c4650e1ccdea4b64500b2 0.10 MB 147 24
296,133 296,133 0000000000000000ad4cbb632a75bbf121aa780a6673cd66be88a8b87c97e3d2 0.35 MB 638 32
296,132 296,132 000000000000000054eae87c2dced3c23d8bf6ec7b654da0103c39bfe768ccf7 0.57 MB 104 11
Previous 10 blocks ↓
Total Size: 769.04 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: 1,626.68 GB sent, 93.07 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.