Memory Pool Memory Pool Refreshing

3,032 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,375 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (699,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,877 207,877 0000000000000186ed4b799a0d7d1fcbb2f8f54fb57cfb24d79d8cc23d520027 0.05 MB 116 41
207,876 207,876 000000000000026c130f6d3fbe90c8fc49eb1f4c96a52c171da066096811b6e1 0.20 MB 475 207
207,875 207,875 000000000000038f06b5c22a679654508a0818c205057522b20b170c6bff9ce0 0.00 MB 8 15
207,874 207,874 00000000000003a04e60b159d3179798da02ed0249433d1092496681fc9daa23 0.05 MB 182 272
207,873 207,873 000000000000042f60db9d8c12ca43ced43e731c5b6e797fc34e795b99bbd884 0.25 MB 726 220
207,872 207,872 00000000000001914527ec6b295d1089c0bb4ae21e7be7b3661b54e9920dbfce 0.08 MB 196 150
207,871 207,871 000000000000041b1d4877ad30671d3dcfe8d432fdb9fa15fe22b85649f75e41 0.01 MB 21 122
207,870 207,870 00000000000004977f52775c49f7410a81b702f6dab1ddca4ee51bc30f33c317 0.17 MB 430 199
207,869 207,869 000000000000047284386789240e3d19e4fae629452c510bcadbc7689e6a2a96 0.15 MB 359 243
207,868 207,868 00000000000004b6ffaa8a10f815571467942f7b3531598e4cf3b94f8014d4dd 0.06 MB 128 139
207,867 207,867 00000000000002146acf8fbb8288c859527eba59aa1a0aad532a2facd8f3d00e 0.18 MB 404 235
207,866 207,866 00000000000003e41da4b7fb036d68ffd49790690dba970ae91537806cacc15c 0.23 MB 465 192
207,865 207,865 000000000000002bfab137febdf6cbb4ff5a2261713d5ebace48d26bbe7e4778 0.00 MB 9 0
207,864 207,864 00000000000003e60d16feb4edaf77ffc9f69663e3d984733ff359f4774485cc 0.12 MB 226 173
207,863 207,863 0000000000000399136d07de584c36503b520498bf0a994224babbcdbcbdbdfd 0.05 MB 134 71
207,862 207,862 00000000000003ba1dfd4cccd90a3d059f432f37191a36872ead8e4a09fc6a3f 0.22 MB 551 193
207,861 207,861 00000000000001a06ff91341dd17805edb425e1eb4bf04225d29217543278d0c 0.05 MB 82 132
207,860 207,860 0000000000000468e84bb2cec828ea3ea1407d38e3c8ed8a98c059f9d42fac9f 0.01 MB 23 144
207,859 207,859 00000000000003084d7a663b73721e15387759b02f4aaf906977c006242c6425 0.09 MB 195 200
207,858 207,858 0000000000000252dc234e78f5a05cb756fc05ffd59389ea763f16b37afdca64 0.39 MB 341 73
207,857 207,857 00000000000002858d410afd2615e46e9f0663c2caf9f47b05551cb13826a69b 0.03 MB 106 8
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, 114 incoming
  • Data Transfer: 1,642.65 GB sent, 94.43 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.