Memory Pool Memory Pool Refreshing

4,221 transactions
14.92 vMB
Show Random Selection Loading Transactions
Max Size: 62/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,636 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (819,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,973 88,973 000000000008045229fc4246fb877b2ef2e0c6d8f77faaeaa1f76500bd1e5f12 0.00 MB 2 0
88,972 88,972 0000000000006f53fa503a4b56a59c41bf39c0b628a33d427b34fc7bfe604d6b 0.00 MB 1 0
88,971 88,971 000000000013d27f31fa311b4a7b71254af23597a6b1b683a07d4f4017418fb9 0.00 MB 1 0
88,970 88,970 0000000000045b84edf98da6e65fce994d75688c5676f1c33c90888515262263 0.00 MB 3 0
88,969 88,969 0000000000149ec04941c79a8d502840d24ed7c71018a4d44d987328c08a63c0 0.00 MB 1 0
88,968 88,968 00000000000c57df31d1036663380ed7a5a6e6d0a61c0ba1abefeeff8b968f5a 0.00 MB 2 0
88,967 88,967 000000000006ed2b50fdf41bcf105f269e66d42a43b203eb2cb06c1688a23dbc 0.00 MB 2 0
88,966 88,966 00000000000c9450c8d24a5d487075557a8a8e5a917e90859dbb502a3aa5c6b0 0.00 MB 1 0
88,965 88,965 00000000000a08cacfbb34b179b7e2f71bb3aa82ea63328adb8e4ce64fe8c001 0.00 MB 1 0
88,964 88,964 00000000000859ab9573542f11bfb40b053e991a08e9384466b5772f31954010 0.00 MB 5 0
88,963 88,963 000000000011f3224155a1c66eaf495f6cc447a95ef657faf2099502ede24fe1 0.00 MB 1 0
88,962 88,962 00000000000203d9efdf568109546aafb9e67258ea48dd321342d419cde35578 0.00 MB 3 0
88,961 88,961 000000000001d660f9f0f0f3a437354dd68d0d6d6d1fd9baf95578b4a9a2af37 0.00 MB 2 0
88,960 88,960 000000000002795d035fa1f88412066cb8738957daa26a37406a7c96c4cfc547 0.00 MB 4 0
88,959 88,959 00000000000bd05239f6f2d6ba8ddabe2171c70897df943b1ff3ace8d6726759 0.00 MB 1 0
88,958 88,958 00000000000755756272b7b447b62e4d863829884079cee6920cfb9f08282f32 0.00 MB 4 0
88,957 88,957 000000000004cb51a6062957e9cd7a2d695e1f16760eef6376cf25b02706f8a7 0.00 MB 5 0
88,956 88,956 00000000000de128f070c5b7c052b781b8ad6797c337544bd3a41b79cfbba0f6 0.00 MB 1 0
88,955 88,955 0000000000145daca7c08bda4a04bb5548c5db9a72f157bd9a7a91d4e0f52b08 0.00 MB 2 0
88,954 88,954 00000000000abae3ecb357d9d94f2922d19bcaf86e77525b0b4dc5dd6d9e7b37 0.00 MB 1 0
88,953 88,953 00000000000ca6b8fcd9135b11b7b948163624ef46ec4ccef4ddf3bca236d753 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.