Memory Pool Memory Pool Refreshing

5,161 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,982 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,132 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,981 (709,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,875 198,875 00000000000004aa753de7ecfa883369412766776620009b0553dcce8bcc2a01 0.03 MB 51 106
198,874 198,874 000000000000000bb1c883d73c57c9838335b8766dc3147199b7a5abb620cd29 0.02 MB 36 94
198,873 198,873 00000000000005d1807f4a2f671e8a6ab4c5ec66ec09942940ba60046a200117 0.09 MB 195 126
198,872 198,872 00000000000002666821df000abdf59769420d037f6e39a2f45fd881481d70b7 0.02 MB 58 78
198,871 198,871 00000000000004bbc7916c759134c6f293ab53e3c8ccc38520308f03b5148c62 0.01 MB 16 48
198,870 198,870 000000000000022aaa353474212d69d427ce29b6c6a8b510fc0e1a5c7e38e7b0 0.32 MB 683 109
198,869 198,869 00000000000004382e44df4530f0ce2101e5e17413f61e96c1f82edf58d242e4 0.00 MB 12 644
198,868 198,868 00000000000003a10ce024bfe1585fb425904e26806db0a58d1bbf57f88c983d 0.06 MB 201 112
198,867 198,867 00000000000006270d6c9cea42e27ddb39f46ae16a174ca2c15a9330b7af8825 0.02 MB 17 44
198,866 198,866 00000000000000ce55cf8f09ccbb5da860ae8b39745c9dba12b211f757756f78 0.02 MB 20 28
198,865 198,865 000000000000021f13f8a9d8d0332b75bc423aecd73e86b7f35d09af1c358674 0.00 MB 6 34
198,864 198,864 00000000000005f40b71f357356156dc990b5b78332cbe25899007c584e6f5c2 0.05 MB 69 82
198,863 198,863 000000000000033506e7a5ed7725fef58f2c1327d4c2e67c54f6b96ba0f0f940 0.01 MB 21 83
198,862 198,862 000000000000031e940e8c2cf98c27449513d138c3a2487e1a3d139a25d9687c 0.00 MB 4 34
198,861 198,861 0000000000000136cc6b0a4bf745064ab2e90b81aaee0d5d42d0b845ecb223d6 0.02 MB 67 224
198,860 198,860 000000000000015a97600a2da2c805824540b82ff356a94d2a845983223970c4 0.01 MB 24 116
198,859 198,859 000000000000015333964dc99c0b850c03f03bc6e71d3ebbbc4eb0a72cb1756c 0.03 MB 52 77
198,858 198,858 00000000000002e8e5de7840e941295d9ecb18de3071c689742b74c90f82a8f0 0.01 MB 41 140
198,857 198,857 00000000000004208d12d25083244bbf908a62c39c458e2799f343d5ce829d40 0.01 MB 25 135
198,856 198,856 00000000000000e37d6faabc8784f6f53e59dfc5214d6d0912c173c0ad143ac9 0.17 MB 248 78
198,855 198,855 000000000000006b466577ecb823f117f86f77ef22a8eefa78d138ecbda6e890 0.06 MB 180 89
Previous 10 blocks ↓
Total Size: 769.51 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,647.40 GB sent, 95.51 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.