Memory Pool Memory Pool Refreshing

4,474 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,438 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (795,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,989 112,989 0000000000003d8ad2859d6814e8aec2416b549eec361dd7e30e0fbd4fed3965 0.00 MB 2 0
112,988 112,988 000000000000765ce13bda9a6f3a18b0ee9c51bba847c1a0fa2b5d2e73aaa3f2 0.00 MB 9 358
112,987 112,987 000000000000cafb93389f7ba39ee88468a5a4d6720782ccc25eac2962ce0a87 0.00 MB 8 358
112,986 112,986 000000000000a0fde202cc85d0d4156700f2c35b9a623886a11703030f400ab7 0.00 MB 9 363
112,985 112,985 000000000000715695b8f2d0ede6a803610f92b63ea725de7b6fe78ad27dee5b 0.00 MB 9 0
112,984 112,984 00000000000074c51b8c935819b5315b5c816b99f71ad7efaa9fd5810a9023b3 0.00 MB 10 0
112,983 112,983 000000000000b83f051f090c77af2b2832a92227588499d165e2e20c2437c643 0.00 MB 13 1,168
112,982 112,982 000000000000d9987c07984252bf869330016da01311b3119bc0e482efac2e88 0.00 MB 1 0
112,981 112,981 0000000000002e1ae90abb0bc8032aeabc6e87d6c347a6a873361011f7e31898 0.00 MB 6 0
112,980 112,980 00000000000029bbb4125da1cee3c56501d416c7a6ce9f28e56c117a088b4369 0.01 MB 18 958
112,979 112,979 00000000000085b020d1d4e89754c0bed0cfe80bab3c35935d2263eab6712967 0.00 MB 12 1,069
112,978 112,978 00000000000094054e00225184576518ffeb8f38bceb8e1a715e6cd3984ca950 0.01 MB 29 759
112,977 112,977 000000000000a9848f6bcd52ec831efce35b4ecda185ecdcae8bdfe7b85cdc73 0.00 MB 8 350
112,976 112,976 00000000000069791d5be1eaf5610ef022137c4770d04cf261efd6a303c7c9a2 0.00 MB 10 0
112,975 112,975 000000000000b130a8fb5933b9529a075fcddfba42dc622513a8e1b31d9d944e 0.00 MB 17 1,278
112,974 112,974 000000000000b6e76dba167cc240c0014abcdef563ecd8ceec73f1ac57c6f420 0.01 MB 21 1,202
112,973 112,973 0000000000001beca9b130b0132a6409106aa02143160753f161c33cfa52fc22 0.00 MB 11 971
112,972 112,972 0000000000009771b643f7678611473d65ec8bee0d70ebf06fc897bbae98479d 0.01 MB 25 241
112,971 112,971 0000000000005b91a1cff75e2afc2651194752390d7a6a15ae8ad62d1e9a7c35 0.01 MB 24 654
112,970 112,970 0000000000001028b8d89cb50c27f147ad3e866ef28b34c7ccbdcc99f0075d99 0.01 MB 25 3,653
112,969 112,969 0000000000006b3fc7542204c389462f475655a93990c932ed36e2e45bb994af 0.00 MB 11 935
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.