Memory Pool Memory Pool Refreshing

1,252 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,101 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,241 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (734,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,124 173,124 000000000000069cabf9a5417b8fa7b27bf31accfc4b0d2d9d6f65c28baf8daa 0.00 MB 1 0
173,123 173,123 000000000000059cc371a58d987abfd3f2b489b05bba67158a7e4f7f7937b005 0.06 MB 58 393
173,122 173,122 0000000000000b06b7a64d0740ac85cdac9568ccb08ae358855fdbbbcca3070c 0.00 MB 1 0
173,121 173,121 00000000000008a1eaf61da51dd5ee4a4ef2f959b649b3e2f84709066cab66c2 0.01 MB 57 734
173,120 173,120 00000000000005f1fe43d8fc3d686ba418bad429c07547e7f647a5a90d18e41b 0.01 MB 19 50
173,119 173,119 00000000000003d4ba3d1a2494073e2abcdaa39913823ded5d024699e9af6b9d 0.05 MB 150 36
173,118 173,118 00000000000003974534e38c95cb66d8d98a64fd86e3f2586edefc8aeb8fcb4f 0.03 MB 63 648
173,117 173,117 000000000000088b2e119bdb415fd367310d62501b8245b315c3b27217859fa0 0.05 MB 104 83
173,116 173,116 000000000000028844bc444758b5b9c38aac2feaed05a7368579873abd68f40d 0.01 MB 17 934
173,115 173,115 000000000000059cf2ad36742d44614065eaf5030308a43dbc1b6d58959c6453 0.01 MB 26 158
173,114 173,114 000000000000076bb22fffd1e1e31073ca6f7078c6316696f29c0ef01b8c1208 0.00 MB 1 0
173,113 173,113 000000000000013ca2935078215354b2de5aeb2ce729357780f1774350db8304 0.00 MB 9 132
173,112 173,112 00000000000008e7065869d557a14da2c4486c8b2968bb069b6e1360664e59cb 0.02 MB 73 18
173,111 173,111 00000000000007d96134682d20a68fcabe3e96147f1b7ca749cbe64e45db7aab 0.00 MB 12 457
173,110 173,110 000000000000003c5cbf20c09a7894fdf677a91b79c17207921f0bec9c6b6beb 0.02 MB 65 135
173,109 173,109 00000000000008f9bcab3baf2aad43060e222876e4e3f1372f9fa1785f9907b6 0.00 MB 7 373
173,108 173,108 000000000000050cf434044c2c10fd1544d4a42e8acf481ab8e9a2746e07acda 0.01 MB 28 250
173,107 173,107 0000000000000271330e9495570593d21c899385a74746233f5cf5da5c93b276 0.00 MB 1 0
173,106 173,106 00000000000005f33f927ef8df90ac8c7f64e2e773112b5d76f92f50b9a8f191 0.02 MB 49 70
173,105 173,105 000000000000060ffd21ea820f783b023ccc52cc98371aceb01e9a28b9fb6bf2 0.03 MB 64 137
173,104 173,104 00000000000007255a2e5ce59dde9f9168be9dfdc01d13747180f11307e52f93 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.73 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,678.99 GB sent, 96.55 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.