Memory Pool Memory Pool Refreshing

3,071 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,927 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (895,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,859 12,859 00000000134b857f935900894c739dff69439afbba9e2ed21d2b44332eae3964 0.00 MB 1 0
12,858 12,858 00000000eac7c2f06504bcd78e8abf8957bf57e775d16db0c7ef6aa7f8619c0d 0.00 MB 1 0
12,857 12,857 000000008ae801046013a956bac2a56b38f514380c66203218bc34fb66e9015a 0.00 MB 1 0
12,856 12,856 0000000092b2d8422f5d5722abdf86ec295438137914ec26a49e4fdda4f79bc0 0.00 MB 1 0
12,855 12,855 00000000461516bad4436c39c413f266d0c0a08cfe2144b883456f61e6732263 0.00 MB 1 0
12,854 12,854 00000000916fb8a0e7ff880e2db248662a14bfe132ff72829afb866d7b3ddb97 0.00 MB 1 0
12,853 12,853 0000000005b75168d4464a8d96fe6d68744ff33ad25f09a3741adfb1aee3b114 0.00 MB 1 0
12,852 12,852 000000003a18b95ca2fa41ae3e8275268a42ed6995b470328a8cbc145e9b3850 0.00 MB 1 0
12,851 12,851 00000000e0f83eabacd7bc72d8438c1baa4389a021c06d03cd4ea0f6768c7c1b 0.00 MB 1 0
12,850 12,850 00000000815605debd1f34c62fc6d5686bd20b2b959a8acc0f188c79f196fe7d 0.00 MB 1 0
12,849 12,849 000000004b882dd5a13226ddb300cc34231fbb473e606f0831a3f47fb9ab99b5 0.00 MB 1 0
12,848 12,848 00000000ec724d100b411e82780359e9a716de08dc828903bc9b1af1f1578e6e 0.00 MB 1 0
12,847 12,847 0000000059cf0d0e056eca610a29020fe789485c6c88e6cb3181ac7242966c28 0.00 MB 1 0
12,846 12,846 00000000ee81a40043d9ba6841a45c9814e9ac3cb2c8c2a90b4d7886e87bb4ef 0.00 MB 1 0
12,845 12,845 0000000034b44d715bdc4fe0660efdd6893ef4529bb051ad597cea734fd4c748 0.00 MB 1 0
12,844 12,844 000000002e50c90ebc4128f6435a4848892c337d3495a8749d50039b3a6f17d1 0.00 MB 1 0
12,843 12,843 00000000ab14b65d25746f1a53f80ba91a4c97bd18c55378a6d1f8c12b725427 0.00 MB 1 0
12,842 12,842 000000009e97002dab962fb88b53f45e65f0ad1154ac232fdc73ef93eeb0053d 0.00 MB 1 0
12,841 12,841 00000000eb57d09e419fa204400381b714f28ef30d809ba852359ba8ff374e32 0.00 MB 1 0
12,840 12,840 0000000086a30b820cc1764b0f89260b93a2df5416c2af6131ecd4ff92564eaf 0.00 MB 1 0
12,839 12,839 000000000619194e60689cff4dd6e5f8f557c6fefb8b0ba2818da9d040bc586d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.75 GB sent, 100.69 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.