Memory Pool Memory Pool Refreshing

19,079 transactions
28.13 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,087 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,795 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,086 (366,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
495,870 495,870 0000000000000000003a5653647cd83b51a3e98c9e0f0e6546dcd2337c60f240 1.09 MB 72 7
495,869 495,869 000000000000000000b8a56c9a2ff00ef6ddfcaae5a4e78d5e5672955031d267 0.37 MB 793 166
495,868 495,868 000000000000000000559e1dcf4cd350e9d48c4e13b2d8a179e1dcab967efff1 1.02 MB 315 10
495,867 495,867 000000000000000000acbd47906d9650724aaeee1e7303cf7227917215a83aac 1.02 MB 864 39
495,866 495,866 0000000000000000005d58ecabc426a919bca686f89650e3a9adfad577c95866 1.05 MB 2,131 153
495,865 495,865 000000000000000000062854789ca2becf1b4d53d330003ce1150e25b3416b40 1.06 MB 1,626 119
495,864 495,864 00000000000000000053f5b689c5c9783bf932ceb4fa09943f42af01b25d6df3 1.01 MB 710 26
495,863 495,863 0000000000000000008ac71575175ef322e208469cdbdf0e6e091dde52110b21 1.09 MB 726 18
495,862 495,862 0000000000000000001b5f77d517589bd7f893cb73dab46aceafc8930c37aaa3 1.10 MB 1,695 65
495,861 495,861 0000000000000000008644237d7e0bb24e7ff626da95ea6168720153798f08b2 1.06 MB 2,052 196
495,860 495,860 00000000000000000033b59949f5606538fc769c28cb86eb403e1aff232c7286 1.12 MB 1,047 16
495,859 495,859 0000000000000000004dca239095d48e6b1a7dcc2538acf0881858d278d4178c 1.00 MB 298 14
495,858 495,858 000000000000000000ae94a0b22fb0cdbd365d76a4439f9b45d194522aa1a64c 1.02 MB 767 32
495,857 495,857 000000000000000000aaa12293439a2b46fd6fd8a77df3595111fd3fd72046e5 1.07 MB 1,873 89
495,856 495,856 0000000000000000000bb32a505c3cfbdbe8bff4be809fac57165e95e296d351 1.07 MB 2,011 224
495,855 495,855 0000000000000000009ecc489343f284f1638d338f84c784f90d58061791b017 1.05 MB 1,981 41
495,854 495,854 000000000000000000539cf234a1387f0ed3d6c143f72fcd49cf2d78f1f7905c 1.10 MB 2,236 214
495,853 495,853 00000000000000000092f50b3388d246cebad67498b9f25473d53085678f2147 1.23 MB 1,986 123
495,852 495,852 0000000000000000000510623a2f4e4d347fcb56ab4b11b808edad72013b5835 1.00 MB 1,896 226
495,851 495,851 0000000000000000009e330bd2883af8793f7eaedf1e7c06064d7466db364824 1.03 MB 1,485 16
495,850 495,850 000000000000000000b902d1a6ceb6639a565fb8f9bb1cda21da4061689d8b3f 1.04 MB 2,381 111
Previous 10 blocks ↓
Total Size: 684.33 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,334.79 GB sent, 100.49 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.