Memory Pool Memory Pool Refreshing

2,690 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,193 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (724,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,870 182,870 00000000000006538ad0b5fd5ad214ef02a05acdf1bfa0f185931e6fff94664b 0.05 MB 126 90
182,869 182,869 00000000000006fe428d266e3e813457874e0d7da4f4f1310e2547463d2431ec 0.05 MB 146 92
182,868 182,868 00000000000001604730545b095b4c646947337a96d745466890e115eb691327 0.05 MB 127 221
182,867 182,867 0000000000000074a1ead4750f502c8c5e22869bf075d89431ad12cdbfd66682 0.05 MB 133 100
182,866 182,866 00000000000006f9380e6b76b1a3c0e03258b6f2c69357e67c75bbcb7e354743 0.25 MB 437 123
182,865 182,865 00000000000001552a728f9de7f32277ef7af7f923181282ab2dd7989ab81abe 0.25 MB 590 121
182,864 182,864 000000000000035f2398fe105b9364569b0ebf40e9a9a16a0a0bad6e96c96117 0.00 MB 8 35
182,863 182,863 000000000000058bd2f44fe9a2c016ba3fbd4c976a0b6e92e686c4acb3aa5262 0.08 MB 256 175
182,862 182,862 0000000000000868f9cecd39d6f9964b03eb39a8a98a74a857dfbbb939731c84 0.50 MB 898 117
182,861 182,861 0000000000000521fbc09cbd18f0fe4c1b9b1c20e4e5ee44efcd90dfdbea78d1 0.05 MB 149 212
182,860 182,860 00000000000000e212cd4e987ee822c0a425261c123cbb92eb3f07608cac914a 0.00 MB 8 295
182,859 182,859 00000000000001af06bfe4baa3bbad29a4373cdd5cb99b72af6ecd8bbbf5a614 0.03 MB 88 111
182,858 182,858 00000000000001018a7ffac031d33d8bb5676a4ef2930ba3266552a2beeae626 0.34 MB 739 112
182,857 182,857 00000000000002dfd6ee922883f8e43a484c9773a71e9fab8791ebf6a94cd726 0.05 MB 143 64
182,856 182,856 00000000000009c915a2260757d5f400ce5a4f99d8317909835515da5e54a026 0.22 MB 512 190
182,855 182,855 0000000000000594e7c4a76f5461bc9bf8c8ee9e9aa35403b91e32a7081f891b 0.10 MB 239 297
182,854 182,854 00000000000002c3bec597dee124aac3600ad48026f3779df9b2b0068f79b10e 0.25 MB 596 233
182,853 182,853 00000000000001dcb3c08290982c6fa4c9660c5946184a786b19a45998293fd4 0.05 MB 113 172
182,852 182,852 00000000000001706e46f7b0cabaa2fd58cb31a7fe67d9de0d2d3ae43c76591e 0.25 MB 652 133
182,851 182,851 00000000000000681090bc987542085f1e9a7e30748e4a501993729028741dba 0.05 MB 153 73
182,850 182,850 000000000000030d0215b6576c0d004ab6ce4f9e5e1a4d022de05ed62fc73833 0.25 MB 577 129
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.