Memory Pool Memory Pool Refreshing

3,777 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,484 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (402,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
505,847 505,847 0000000000000000005f6dcb7c403abf3d9090fe4c3a64f1a7265f8141417b1d 1.04 MB 891 103
505,846 505,846 00000000000000000021509ccff8348fed6ae95ae229190e0134ba5c3e951b45 1.07 MB 638 95
505,845 505,845 0000000000000000002b73f4c80ba0f6f00729aadaf6bb5295425418c66c789f 1.02 MB 709 51
505,844 505,844 0000000000000000004e38088cc926dc7b9ac671d003cd1697806103a8fad0cf 1.02 MB 893 104
505,843 505,843 0000000000000000006966466c959e499c9f114f0bad7c19bf02fcdc25d2f704 1.06 MB 1,264 150
505,842 505,842 00000000000000000008d0465e0566350766d7e22cbc337b9596ed4084b13ae4 1.09 MB 1,728 188
505,841 505,841 00000000000000000021b1d1e1c0bf2adb4b49b780fabb6c241411aa53b844ce 1.04 MB 1,854 129
505,840 505,840 0000000000000000000aad033f2fbda4ff676bdca12a9649bbbb8b8c528f832c 1.08 MB 1,870 176
505,839 505,839 0000000000000000003d23e1a63dc7ca6a4671910ca3e05c1f1e894f08af12bd 1.06 MB 2,259 286
505,838 505,838 0000000000000000005b08310c9e1838984066f1aee2cdc671848bec8b939335 1.08 MB 2,541 275
505,837 505,837 0000000000000000006e8924a4f431f2b8875e9840bb83ad0ac60f6ea3d82915 1.03 MB 1,391 123
505,836 505,836 0000000000000000002907d737434f70d5e31cbf7d64fe8b09a19da5edbabe56 1.09 MB 2,223 199
505,835 505,835 0000000000000000001e2a73cd44237400748824ec55ceda84008d6d48a82063 1.03 MB 1,159 143
505,834 505,834 0000000000000000002a78b1caca6fa62329a31b5aa082143a0cf9e478eb25dd 1.01 MB 794 32
505,833 505,833 0000000000000000001dd08d637d19b6599d23167c1f87051a0396d1c241e373 1.01 MB 472 17
505,832 505,832 00000000000000000004fdebf532102bdd8ed81994d57abd52f361bd644e19cb 1.09 MB 1,425 111
505,831 505,831 00000000000000000041d895eb64268d7390f6f04b17c33694f296bc179f7a66 1.02 MB 1,094 105
505,830 505,830 000000000000000000563d39faa1ba0cd949c036a20b21de4ba742bb66beb53b 1.00 MB 530 18
505,829 505,829 000000000000000000163aa05e65099cd69133197e2f218713245480d8c6071e 1.02 MB 939 66
505,828 505,828 0000000000000000007166931f53f02b56e9c367b23a5e2bd0a4bb39036cab27 1.04 MB 980 78
505,827 505,827 0000000000000000003a0054d5adca1a2f435d8d6b9d3fda252d251a93a05a55 1.02 MB 718 113
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.