Memory Pool Memory Pool Refreshing

871 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,896 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 860 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (767,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,900 139,900 00000000000008b66a4e3b498fb8c96395e101aae664176ff5364ebf446da80f 0.05 MB 69 173
139,899 139,899 000000000000013243c71a753453ae7f02200275878318b6ae513449b831e1f5 0.04 MB 98 66
139,898 139,898 000000000000049ebca6e495c50d269815da40894bd6e75aade95466156f03e3 0.00 MB 10 425
139,897 139,897 000000000000000bc209b1a2b304f10d840f418c9347878079a84d24cc94a671 0.00 MB 6 39
139,896 139,896 00000000000000b536694efbd2b78574b489c8c8e4b27a9c9fbf24fdf61cf73b 0.05 MB 115 32,982
139,895 139,895 00000000000007a71dac7df5f5b08397f00df1de7f75f2f34b5dc716b30fa351 0.04 MB 44 340
139,894 139,894 000000000000046844b14b2e54e4e916b8131968c8258d63e74b4375a14d87f4 0.13 MB 322 85
139,893 139,893 0000000000000859be39016c7a2ba35db127b57281b66d1a119d1b0cfa818817 0.05 MB 82 69
139,892 139,892 00000000000008258bf05d94949fdc7d8b1db9a318784306111b5e7249b85d56 0.00 MB 1 0
139,891 139,891 0000000000000315d2d7539629bf4e74a03dccddbb5b7e45d34e2acc98f0c53d 0.03 MB 32 148
139,890 139,890 000000000000068bccc6a5666afd972a0a6ed5f50d2f0d1bbfc247caea1fb5b5 0.06 MB 115 542
139,889 139,889 00000000000003d21373c46801863d577ec877521d77a7f51234a6ae79c3024a 0.00 MB 18 263
139,888 139,888 00000000000002a23380472965eff627691de3c14cd247c1dc56b20709fcb266 0.00 MB 14 881
139,887 139,887 00000000000000a80717d3de6dec0179028c4fb9677c4e939d86e41caebaba19 0.05 MB 94 217
139,886 139,886 00000000000006932f5204a486bf342c8c1dcd5035fc5fb94ac1f62198fa4fe6 0.00 MB 8 61
139,885 139,885 000000000000011cd76a8313d18ea0cb4d789978fecd159a230243b51985f23d 0.00 MB 8 488
139,884 139,884 00000000000003ac13538bb5fd373fdce449030d4887bc7071c5345376789429 0.03 MB 110 104
139,883 139,883 000000000000064c3baef94e4ffa502a0f1ef4e63131b882e0e78591469bee62 0.05 MB 119 819
139,882 139,882 0000000000000896f3aa368d208fb09767ef294c9dbd770fa5a2889c3dc33a09 0.01 MB 18 185
139,881 139,881 00000000000005d466809164e7627ac0e8697be3015a21d9bf2641fb402fc0f2 0.04 MB 59 131
139,880 139,880 00000000000007d8edda782efcbbd2b1458f0e087b47569f79f68ae19deebf9c 0.01 MB 33 469
Previous 10 blocks ↓
Total Size: 769.35 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,643.44 GB sent, 94.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.