Memory Pool Memory Pool Refreshing

8,263 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,925 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (258,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
649,303 649,303 0000000000000000000c6964a880cf2a912202ac1c18e57e61d0c2ca1677aef9 0.20 MB 256 45
649,302 649,302 0000000000000000000b9764a6d2d63d04b824d1109adf12afec523c999bf9db 0.36 MB 462 56
649,301 649,301 0000000000000000000232a2977f9492af07ec3c5f5c513a8d52002e8fb6fb6c 0.22 MB 295 59
649,300 649,300 0000000000000000000be66dbdb5e1ff9ffbe71edc0b0a805986f54ac80234ab 1.21 MB 2,458 13
649,299 649,299 0000000000000000000b2ce3527acf8ebb9f0f03131509699e1758dcada4f9e1 1.31 MB 2,116 27
649,298 649,298 0000000000000000000b13ee4bdbcf7efa6245902317164c6dccf3909f4d8b5b 1.32 MB 2,110 35
649,297 649,297 0000000000000000000ba2e3e6f5667ddd29a2ff9de716ed7585e6818df93315 1.32 MB 2,121 45
649,296 649,296 000000000000000000001a68625d5f5a307f3d473dc82120ba8c8fa07e3f9be8 1.06 MB 1,555 24
649,295 649,295 0000000000000000000c2eb788bdfa0c82f66513b817c754e45728ca0052d3d5 1.34 MB 1,525 43
649,294 649,294 00000000000000000008e3df9fa5f5df6856a7a4020e1dbe6dddbffdf6e1b042 1.39 MB 2,329 22
649,293 649,293 0000000000000000000e66479d147efd65193fb5055c516dc3cad734d92ca4a3 1.55 MB 1,844 62
649,292 649,292 00000000000000000000772c376f1f2803f466aa0ef89577620639cc0554026e 1.79 MB 130 89
649,291 649,291 0000000000000000000a1965d6b31c39af6dc7dbc064e6bc297cde9ce55e553f 1.70 MB 723 96
649,290 649,290 00000000000000000007c092da2bfe3b3e0c3dcfa2956ec8b43a082292507b31 0.13 MB 186 26
649,289 649,289 0000000000000000000672a519372203671a728ccea70b4020284c77d59c98c3 1.27 MB 1,391 52
649,288 649,288 000000000000000000079626e47c6d457149368ee33e6d1e8205c17c7670cb9f 1.45 MB 2,161 46
649,287 649,287 0000000000000000000437a5c99bcc03d6aff738138d97583736c42fcc98f079 0.13 MB 231 51
649,286 649,286 00000000000000000001e5625c6482eddfb7117f152a13e03df1a5b837c52515 1.18 MB 1,879 20
649,285 649,285 00000000000000000003a4e618531f5b8eaad0abc5bf2f4bf7e218497b3fd6a0 1.29 MB 2,133 29
649,284 649,284 000000000000000000019d62083a257da6ea079d9808c38235ff83fdc65505fe 1.46 MB 2,391 15
649,283 649,283 00000000000000000004b43aefdd3b1bf2b32c8241e1873ea0f634306397f11e 1.31 MB 1,661 49
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.