Memory Pool Memory Pool Refreshing

9,708 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,612 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (445,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
461,857 461,857 0000000000000000004bef3941bb6b8c2d1883728d501cdbbfb3970103913f9d 1.00 MB 3,357 135
461,856 461,856 000000000000000001c50d95645c2ec8acc0235c3d5f2029d765a15479634549 1.00 MB 2,777 151
461,855 461,855 0000000000000000001211ef6c56d7d9481e7fc9ce2ece62017d77405561bf4a 1.00 MB 2,728 166
461,854 461,854 000000000000000000f4eb011c6bcd98b5b522825cace12484f57db10e502a51 1.00 MB 3,242 119
461,853 461,853 00000000000000000006dad652383be615e000b277e7f2bf9d09f49fdbfdc23f 1.00 MB 2,303 146
461,852 461,852 00000000000000000020f57e0e2c10d84873b43ead1987e3320ee27d23cd64f1 1.00 MB 3,282 134
461,851 461,851 00000000000000000098abff4d40ea1bba83bbe295f8e22bf464b5ddab731189 1.00 MB 1,819 116
461,850 461,850 0000000000000000008d6f3a4d3bae5cbba23790c76912fa30a9dfc5b0b6343b 1.00 MB 1,832 129
461,849 461,849 0000000000000000015ea466047eab69e758affac675db74123d72e035a474e8 1.00 MB 1,909 124
461,848 461,848 0000000000000000018774d483e71c850be4ce0439bc129c3fb80de35801956f 1.00 MB 2,569 184
461,847 461,847 000000000000000001c3a967324198d36a63b55810e76fff3cd1773e169a8fd6 1.00 MB 2,105 182
461,846 461,846 00000000000000000159dd7203330ec684ca9737de713a12f4bd893c792313da 1.00 MB 2,536 146
461,845 461,845 0000000000000000015310251641a0605d0957256a900a8d18f8fa86283128d2 1.00 MB 2,620 154
461,844 461,844 0000000000000000012f429d3d2c76bce7960d5cf3f79f5452aeb866011a0f3a 1.00 MB 2,384 152
461,843 461,843 000000000000000001afa3189d44677228aa7415e85727b2a7622028279a80de 1.00 MB 1,880 153
461,842 461,842 0000000000000000004f1e076af382b879419fbbbf9a891799e4aac9c04affa8 1.00 MB 1,984 192
461,841 461,841 00000000000000000084338343be4d84129a3ef59299ffc17ff5462088c7f9e5 1.00 MB 1,781 166
461,840 461,840 000000000000000000aea040a5c0302a7f2f14ea7fb841238544a111528f948f 1.00 MB 1,932 148
461,839 461,839 000000000000000000495c3cc61c52b27a0a36c02c1022472ace19b1582ad4e8 1.00 MB 1,800 189
461,838 461,838 0000000000000000001624d5d1d4461999fa3374269b700448faca703b235c69 1.00 MB 2,131 200
461,837 461,837 00000000000000000209397bdd961dea4c7b845bc3ae81d590f92d4e42979b6c 1.00 MB 1,971 275
Previous 10 blocks ↓
Total Size: 769.03 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,625.28 GB sent, 93.03 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.