Memory Pool Memory Pool Refreshing

4,598 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,165 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (446,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
461,346 461,346 0000000000000000012e33646db9d5ce4d6c94e3ff7f0da2bcdc626f914b866c 1.00 MB 1,717 138
461,345 461,345 000000000000000000fb8c307b03bbf58a3b916ea70ab7603fc9c374808532bb 1.00 MB 1,942 130
461,344 461,344 00000000000000000081dd0f826d8311efff5b65369899d2660f68f073c47503 1.00 MB 2,036 185
461,343 461,343 0000000000000000002124304f96debeff928b395feb80c9d726c6be31c8d46d 0.99 MB 2,304 126
461,342 461,342 00000000000000000220f274e706b3a58710f1daf440116f8a3e56f4deb96215 1.00 MB 1,481 151
461,341 461,341 00000000000000000172071d3bb2dddeba52482b949543dbc589a5c6f10b2cc1 1.00 MB 2,111 189
461,340 461,340 00000000000000000082c025660a0845bec9d64a4162708c44a81bdc0e8ef3fc 1.00 MB 2,150 132
461,339 461,339 0000000000000000013505c02ecd998a88b5480f9f8026d891f9cac5bf2a938a 1.00 MB 1,991 160
461,338 461,338 0000000000000000022282d439b666d0d7904c8dcd74f2620da37f71f46d0f54 1.00 MB 1,994 143
461,337 461,337 00000000000000000016bfe4118e01d20487769cbced8ec1c656793314a8c514 1.00 MB 2,689 191
461,336 461,336 000000000000000000fbe72b1bbe7b20ac4cb9358122ce0cc0adc85d30fd48b5 1.00 MB 2,529 121
461,335 461,335 0000000000000000006e5c9589e49d1eb8f50a30d77f87fcea98f64654561127 1.00 MB 2,172 148
461,334 461,334 0000000000000000014c05439583f99f917ecc4b802e9286d151d4341a23c864 1.00 MB 2,673 212
461,333 461,333 0000000000000000003824bc2fa0db46957cdd07589ccb13682139d8bacabd23 1.00 MB 2,173 162
461,332 461,332 000000000000000001699313d41001426e6c5d979f460871ca09b9ac2f0421c7 1.00 MB 2,114 130
461,331 461,331 000000000000000001084189492e8a3ef3d49b57429183f01243e8d63ecd27b1 1.00 MB 1,998 150
461,330 461,330 000000000000000000c9502c07eae46492fa63ffd13b917dc17387d07f331b31 1.00 MB 2,290 116
461,329 461,329 000000000000000000bd504211af44b677aabd7a464c677c06218067257cabed 1.00 MB 3,392 120
461,328 461,328 0000000000000000007da2d3039de0608272358af17b666f9285905d58c92651 1.00 MB 2,140 161
461,327 461,327 00000000000000000073b78991de81c607bf05eb3ae8d5a24b1a065404a402cd 1.00 MB 1,843 127
461,326 461,326 000000000000000001e73e5557e264a6c2a51d3e8fc6f3c97a30206f18e97f38 1.00 MB 3,071 142
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.71 GB sent, 92.68 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.