Memory Pool Memory Pool Refreshing

7,052 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,891 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (665,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,834 241,834 00000000000000d26505fefee1ec9df28b440dd918daff3b51d85f64504a00e3 0.01 MB 43 130
241,833 241,833 00000000000000d1c3a336453c991ae3a8663dddd7cbe14bc9a3c07a3cc7e8dc 0.14 MB 363 222
241,832 241,832 00000000000000507752bfdb7a8b83c2aecf6a052485a55301faeebd99e32a2f 0.09 MB 213 168
241,831 241,831 00000000000000fb5ed2d5ecc989dfd60af4421bca3ce7e30c925a08bace70f0 0.11 MB 292 151
241,830 241,830 0000000000000078d0bdbdca1431576a40035c7ce3fc2ef1cf081bd9791b54db 0.16 MB 318 113
241,829 241,829 000000000000005104c0e56b8bb3f5ce20ffb2fbc6eb73c8bc90a2e986655dea 0.13 MB 249 92
241,828 241,828 00000000000000aa2030011f9edf9c74905bff5de483afee0bac373f57f10630 0.25 MB 571 194
241,827 241,827 00000000000000daf964b4e0d3a5dcc72344b26b70d711667ad6e21b3147df9d 0.02 MB 26 144
241,826 241,826 00000000000000bb8015af3bcad963cb678e52a3e8c0b9fd7869915c0aecf244 0.02 MB 59 253
241,825 241,825 00000000000000982f7cf555099e248d66bb8eff20cba05e6e73ac85cd2d17f3 0.06 MB 101 163
241,824 241,824 00000000000000050775137609416d6ba15cf1db908cdf27115e484911f857d9 0.04 MB 112 218
241,823 241,823 000000000000004f7a19368476df52be51fcdf4354abba79b69f580b3cd51d7e 0.05 MB 101 148
241,822 241,822 000000000000002810ae375d5bbee607803dec657bdab399ac54e3b87312b57c 0.07 MB 135 168
241,821 241,821 0000000000000057c12be461c89585fc2c838776d9414432fd66c825630c1b9b 0.09 MB 211 198
241,820 241,820 000000000000007a649c3d47ce2b2502ab1747c847151877bd6d803c93381046 0.06 MB 121 181
241,819 241,819 00000000000000090be27fa2c2c75835b70d8cae3f418608626d5a0986e38cab 0.03 MB 48 35
241,818 241,818 00000000000000e80de837fd3593389f511ceb5866e784690b91e5c4924b5354 0.25 MB 591 196
241,817 241,817 00000000000000cb0a08d1c23e6154b3528af795043d7a6eb4cd38d06ca4b195 0.05 MB 132 164
241,816 241,816 000000000000009e8107fa9d57c07a4286a5fa829ada49f04e607c0ffe215a9f 0.04 MB 91 141
241,815 241,815 000000000000001465401641e75664c9e5f04b178ddd1869e5a5fd707801a9ab 0.04 MB 93 198
241,814 241,814 0000000000000053ab766c22bf9e9162975623e113d532086b20a102e271d50b 0.07 MB 170 165
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.