Memory Pool Memory Pool Refreshing

4,433 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,744 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (434,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,684 473,684 0000000000000000008d88be155aece6c965296ab40e52fc415a19ebdb5438a1 1.00 MB 1,410 120
473,683 473,683 00000000000000000070ebe690260f94039d07e391e89825d00bbb5ff5f47c36 0.49 MB 682 148
473,682 473,682 000000000000000001758892db26a59a3d921188133d9051946ef76696c5136e 1.00 MB 672 64
473,681 473,681 000000000000000000559060a24dc4ca520e27b791370c6d5143a2f835d381c6 1.00 MB 1,889 188
473,680 473,680 000000000000000001643f424e5e5fa9a325990560888b553d260208cecd9555 0.24 MB 438 215
473,679 473,679 0000000000000000010c8991fe189feb062aa6ebfcc93b97c636857d2bf1f970 1.00 MB 1,156 72
473,678 473,678 000000000000000000d21b2a34de0e150a48e3c9c454fd3e4ad34008c6b29375 1.00 MB 1,510 203
473,677 473,677 00000000000000000017c221620c41ae2c7a78fb6107f7e88b647e41da5b65bc 1.00 MB 669 41
473,676 473,676 000000000000000001818379510e27289b1182130a0d386802151e44b16b843e 1.00 MB 2,024 102
473,675 473,675 0000000000000000006b86d257c519024062fc4d9cf7000ff03893b3ea939fbc 1.00 MB 1,955 100
473,674 473,674 0000000000000000012fdb114b4549bc5e56298b0ad18e60e6abb040bc9aafbc 1.00 MB 1,566 86
473,673 473,673 00000000000000000183359e3e2192a5405cf5915fc05b464feb0be5b5963307 1.00 MB 1,109 222
473,672 473,672 000000000000000001508dda0745055843f0e2c541e5f4f908739e18af16d715 1.00 MB 2,272 317
473,671 473,671 000000000000000000f661adf18ada77fd88b53484340c7689dd04b34c89a820 1.00 MB 2,234 283
473,670 473,670 00000000000000000147272913d598df578d6a5012675d962430b81974fb1b56 1.00 MB 2,267 359
473,669 473,669 0000000000000000008889f2d35ebdbbaaf3c9018a491d0929f94aa23eafd321 1.00 MB 697 68
473,668 473,668 00000000000000000001f8524eb051c93178a1de618beba59ce6a49f3685d8f2 1.00 MB 1,572 165
473,667 473,667 00000000000000000041ff4fc43220d154ebc3a507ad562cac28312d1d7f5828 1.00 MB 2,060 232
473,666 473,666 0000000000000000012c006fbfa88a6de4adb41833941fb77b16c3edb208295b 1.00 MB 1,952 234
473,665 473,665 00000000000000000179c6c3ad0be27c2c44e0a983305eeb6bda9f63400db618 1.00 MB 1,444 176
473,664 473,664 0000000000000000009c632e35b1843f8adbcf6349c018386adef3f9bcd904c2 1.00 MB 1,767 108
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.