Memory Pool Memory Pool Refreshing

4,468 transactions
3.12 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
2 sats/vbyte 3
2 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
899,969 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,692 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,968 (4,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,876 895,876 0000000000000000000130439b8a2ccb5d45065fa9b089ba9c36a7bd0472870d 1.44 MB 2,032 3
895,875 895,875 000000000000000000015b1ccc61ec3f77a4505256f416764fd1790eb07b3fa3 1.36 MB 1,308 2
895,874 895,874 00000000000000000002549833d39ff48b0e28beff8c90028e263d6eeb7fc5df 1.60 MB 2,731 4
895,873 895,873 0000000000000000000107902a5eb40b2cd8360ecbb75ea69f95e1a197ab38a3 1.50 MB 2,729 3
895,872 895,872 0000000000000000000085992e8b2b7b80b1e11f242c974a58c1eec59ec46909 1.57 MB 3,777 6
895,871 895,871 000000000000000000018a1be3cfdacdf9178154937c6ebe8659fc5245835e86 1.76 MB 1,528 2
895,870 895,870 00000000000000000001fed73fe2abf52f5153c22902edd52501ff9410c46861 1.54 MB 2,660 4
895,869 895,869 00000000000000000002286fdf8892db3224a29bcde0c43e3a0e37ad1ababca7 1.68 MB 3,247 4
895,868 895,868 00000000000000000000c8d1dc31da3625f85153d38db43f56caaf21acf88658 1.63 MB 2,860 4
895,867 895,867 0000000000000000000154e7e1d4f1ae4a3b186dca205f8e90dd4eee08bfca15 1.56 MB 3,408 6
895,866 895,866 0000000000000000000240f5f87ac1ef0f34a5c1211356a363d96b88e3400f8e 1.59 MB 3,517 16
895,865 895,865 0000000000000000000246c9dbee8afed2beef95a79b300b9242410d42767809 1.58 MB 4,136 5
895,864 895,864 000000000000000000018b5f55c6cafc7ff5e0728e8d0f103dcc6312ed2a1810 1.60 MB 3,280 5
895,863 895,863 000000000000000000004254c28ad5c0600df26244a98c141dd709bd0a9e6025 1.60 MB 4,129 7
895,862 895,862 00000000000000000000d8c96edc647d26c29cbe9b8a08d9db6ca7b7f9221e72 1.60 MB 3,936 7
895,861 895,861 000000000000000000018c088e9625a56b3194ae0e5a2fd95e1623368a23b785 1.45 MB 3,108 12
895,860 895,860 0000000000000000000038a71b2c1d74bf02a8fd2f71c87de4812bfe320b1707 1.54 MB 4,137 5
895,859 895,859 000000000000000000018fa64b5e32335f7d3ac14b9e5553db20f2909c902c34 1.70 MB 2,651 4
895,858 895,858 00000000000000000000560de8193d0a44d0f777e5ca229e05c9718bdbb84196 1.32 MB 1,282 2
895,857 895,857 0000000000000000000223b768f1c2b4cb534e051b5be9f5044d652b45bbe47f 1.80 MB 2,478 4
895,856 895,856 00000000000000000000c809e17d60681ca06ac41d188c662748573f006cb14d 1.80 MB 3,131 3
Previous 10 blocks ↓
Total Size: 755.92 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: 546.04 GB sent, 27.90 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.