Memory Pool Memory Pool Refreshing

2,287 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,286 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (871,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,908 36,908 000000005bd30355277cecd2dcad1a097e10cc266a56ffe1813438fbe63b6da4 0.00 MB 1 0
36,907 36,907 0000000080eceefb8a63c382b86cf7a881ecefe19f6ae4036cb91a9de870d74a 0.00 MB 1 0
36,906 36,906 000000006a5f6f6cb4d394d92dcd62470fd21110548ca7aac7f6a7b6cb18ce82 0.00 MB 1 0
36,905 36,905 000000005ae83c1e2e326468796d9569404636b8dc48dcf37e5934b0b0ed1e26 0.00 MB 1 0
36,904 36,904 00000000a51f2d5d08f28f2980d550c4e08c318829f88f38217ceff7eecb0f6a 0.00 MB 1 0
36,903 36,903 00000000b6d7179dc9082cabd3ce1d86b259943e55230d530401d2b3a1c24dd0 0.00 MB 1 0
36,902 36,902 00000000a03e2e00b729e2d1a7dbe4cdc6cdc53a033fd6ffdc7d92b2c1ca7d06 0.00 MB 1 0
36,901 36,901 000000002d1d6991cad0d57f5861e11067ba6419925156717cf78b29180dde1b 0.00 MB 1 0
36,900 36,900 0000000061da1cd9dcf00fdf70d4495d2e67c188612132d697b19b699c823b4b 0.00 MB 1 0
36,899 36,899 0000000046b77eb0c6ccb80c0a97439854fc1eb0ad22265ab4d21a4fd8a3dd7d 0.00 MB 1 0
36,898 36,898 000000001b5c16fb1d9319cf7f7ae29a26505fdd42a81f7c958161456bcbeefa 0.00 MB 1 0
36,897 36,897 0000000055173e50d64942654bced4b8aa6617238aec9b9ca93ce95d9a9a012c 0.00 MB 1 0
36,896 36,896 00000000b73075c84aa784f678e4a8db00de1e98c21b774c8ab11e1740734b8e 0.00 MB 1 0
36,895 36,895 000000003ea68f0193a885383361eef020fa76bf4341ff842ffa721e479396a4 0.00 MB 1 0
36,894 36,894 000000007017b0c0021247bfbbed014c400537572b6bdc90cf2469727f306201 0.00 MB 1 0
36,893 36,893 000000008a37bae5f8cf8d1cf3b93f3b6ef172edbe0a2cf9a9e62c95ff230114 0.00 MB 1 0
36,892 36,892 000000009e2ab6bb4e5ab4fbcb51c8473e99190a6916e01b7ba381f9d779268a 0.00 MB 1 0
36,891 36,891 00000000998330ddfd935baaae3be7b337c2faf6f0cfde3ca674f70e98596b3f 0.00 MB 1 0
36,890 36,890 00000000452a7f43e605b419341aa460b9c113b1e9e2abaade4bce30efb4226e 0.00 MB 1 0
36,889 36,889 00000000b4875cfa6b0ab9328fa7f2ee17d72bb16ebb4b97fc9070669c292a3c 0.00 MB 1 0
36,888 36,888 000000005eb76fe790b39404297659f416fb97de458dc5798bff67b0faeb7929 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.