Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,977 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (5,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,012 902,012 0000000000000000000071555d7f685ee8acd0c55bf09dc12713258451bd94a7 1.47 MB 2,949 4
902,011 902,011 00000000000000000002041b2a3c3df4073a8f58608a86aca8e5e93abee992ce 1.45 MB 3,516 7
902,010 902,010 00000000000000000001f5f31996db41a0365cf2103e7bd9a69fd93084ba2357 1.45 MB 3,030 6
902,009 902,009 0000000000000000000014d543e659a95d89a7c6b7edb2c1ef448be7cb3de804 1.50 MB 2,296 7
902,008 902,008 000000000000000000002f23e8f3ac8d5edf16aafaa5d431632b0d007a5654ce 1.77 MB 4,107 1
902,007 902,007 00000000000000000001c647f72626ebdb30d06f0395bbf9a9f74357877b9155 1.35 MB 1,771 2
902,006 902,006 00000000000000000000a9110c6631bba005e4748420351ad67e6375c2507399 1.49 MB 2,181 6
902,005 902,005 00000000000000000000d262d48c0574e6c64c7e16a73234c92b749efbd21582 1.39 MB 690 4
902,004 902,004 000000000000000000002bb2728055c383ee3d5e9203b1ce1d998995ec994d8b 1.59 MB 2,858 4
902,003 902,003 00000000000000000000af03030b362b4cfbe8d5c398e4004851e6c74cdde589 1.70 MB 3,208 8
902,002 902,002 000000000000000000001f4b6911f9a1e13e0e922273a86d8c4e6e2fe81c2ee8 1.64 MB 2,722 10
902,001 902,001 00000000000000000000a8a00d557ed1ca88fc1ae63b385227de8632ab45a751 1.50 MB 3,542 5
902,000 902,000 000000000000000000006eadb44f1ace41f5c3d93167aeed0d86a0f8bdd9d685 1.59 MB 2,547 2
901,999 901,999 00000000000000000000b44962fc3c2db1cfeb127c13587c73f60f20b50ab7be 0.26 MB 281 2
901,998 901,998 000000000000000000020497362a815becda0bf0ecc36d7e9a29a0eb9c586a98 0.11 MB 278 3
901,997 901,997 000000000000000000009d58592395548e2f39f2b73eb98ac76ce989be351d9d 1.25 MB 2,522 2
901,996 901,996 00000000000000000001132079d26fb50f0070b253bfa077d2e45a523f9eaddb 1.16 MB 2,282 2
901,995 901,995 00000000000000000000a5bd43a5efc1b30d14afcfd80e65f8b7cec54b46637a 0.66 MB 1,656 1
901,994 901,994 00000000000000000001782e78e7550a2126e71709b315736e10d78fac4e711e 1.60 MB 3,499 1
901,993 901,993 000000000000000000000c6360dc18b1abe817eb458492497a858d31e000e2e3 1.74 MB 3,884 1
901,992 901,992 00000000000000000002212099e2e393234797753129357177d08b543d6a9677 1.54 MB 2,139 4
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.