Memory Pool Memory Pool Refreshing

8,239 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (616,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,975 290,975 00000000000000009b692a4a5e82f6edef4fb31b7893e138b78df0442b657bb5 0.26 MB 572 44
290,974 290,974 00000000000000000a1dec89abb513fa34742b84ff6bd8bac9c4fda9d9998f0c 0.08 MB 164 65
290,973 290,973 0000000000000000f9992a18a975c9c80a06c44d635730efd99355337d88698a 0.05 MB 68 45
290,972 290,972 0000000000000000fcc2dfe837edf13da00d11a4967fc684fd23ce157368b12b 0.09 MB 119 27
290,971 290,971 00000000000000001a682ccdf29cde1cc3ec4d7f70b32f40c2ece3f3d057c237 0.10 MB 197 39
290,970 290,970 000000000000000012cc067cf15d2c89ebc519fc4341aad6fee327f06c40773f 0.11 MB 193 25
290,969 290,969 00000000000000003d7dab11128ec4a46f8adae1905ec4ed2178a37e16335979 0.24 MB 392 33
290,968 290,968 00000000000000007f1e1de4bc23c145da98df8100e4b795a1dcea35cb4ae022 0.10 MB 200 18
290,967 290,967 0000000000000000f1006b3ef1103badaef08e81851287f6fb8361f3f351fae8 0.33 MB 758 42
290,966 290,966 000000000000000092239dcdd101d672a70f6dc5a95d004af933674d2472ef2e 0.11 MB 69 11
290,965 290,965 00000000000000001d6e77aaef7eee3022d0b87a967578800923ad7b94ae84c6 0.35 MB 605 26
290,964 290,964 000000000000000075efa8723720612bb1adcd51b2e1f4b24d101d1493e83e34 0.17 MB 512 51
290,963 290,963 00000000000000005a4741c627d996c26dd3dd87b963f36bd44f59665c4e0e36 0.16 MB 326 36
290,962 290,962 00000000000000002e6f8825374467680cdc330b2820ea9f79c4552aba84f5e1 0.10 MB 190 18
290,961 290,961 000000000000000079415600c3ae90ac561c76825a218f3ad859abd2ac94756e 0.10 MB 152 18
290,960 290,960 0000000000000000934e0b33e9f5f2d4e95ec8b8cf1a6053c7634d1351a0d667 0.10 MB 200 27
290,959 290,959 00000000000000000c62692afd66a96d13b7ee8fd494e839568d5e2c63fce6a2 0.23 MB 477 34
290,958 290,958 0000000000000000a86009d93e66fc9646d5b32f5a48928ec6badc22807d6850 0.07 MB 128 46
290,957 290,957 0000000000000000b3d3171f1a208f0548f27330ee49424dbfac9c409885a543 0.15 MB 343 36
290,956 290,956 0000000000000000358d55f2c9960a6059356b45d0786fe273906d349a480f79 0.12 MB 189 31
290,955 290,955 0000000000000000133f3141427dd3eeced7785b93b84bce209d73aa3cd4ca95 0.15 MB 309 34
Previous 10 blocks ↓
Total Size: 769.03 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,624.92 GB sent, 93.01 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.