Memory Pool Memory Pool Refreshing

4,766 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,389 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (552,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,977 354,977 000000000000000007e3a0824a86b9bfb41eff5a2922023d4412b78d53f7ded9 0.11 MB 227 26
354,976 354,976 00000000000000000e7f7961db3f1c66f51bc4e02f38bfd38674f2b7553314b3 0.07 MB 127 11
354,975 354,975 00000000000000000157ad89daea0378f166da78b2a318020ce91c3fceceafca 0.14 MB 288 26
354,974 354,974 00000000000000000f127e1a0ff0569d6d12443abdfd462c8c26df2ae4d15944 0.32 MB 670 25
354,973 354,973 00000000000000000baff238a3586819dbe4dbc1867a1a39f30e930cd9df2bf4 0.64 MB 752 17
354,972 354,972 00000000000000000ead2a41cbe7181eebabcfa5b2fe6cef7a4aeb6b55dba0cb 1.00 MB 2,766 37
354,971 354,971 00000000000000000f2be95aadbccc1ac9d7d48707087afdb62824f5d1b12eb6 0.72 MB 1,116 13
354,970 354,970 0000000000000000033478f661ac741a6dd1ffea71d0eab468ab9aa42f173dff 0.75 MB 1,297 25
354,969 354,969 0000000000000000006d2018e9b9b09bf922b373f81dc58cc4003e4e9a8a432f 0.75 MB 940 19
354,968 354,968 000000000000000012f058764064d0153bd74289b17fb6b27350881d8da13cb7 0.75 MB 2,363 50
354,967 354,967 00000000000000001615f90d49ca0e1cb869fcd8427f495fa4f0d978e5db473f 0.75 MB 1,184 22
354,966 354,966 0000000000000000131fad7d9f3e327b229f8307513db4a8b1fa6ee451ab889b 0.90 MB 2,929 44
354,965 354,965 00000000000000000e1b33f72236396f7d003803cbd147451ef7c274bf15d62b 0.75 MB 1,388 27
354,964 354,964 00000000000000000845af12430341a78ae208b0638ae6e7c4a279617f8985ed 0.54 MB 1,024 28
354,963 354,963 000000000000000000a88192ff488191990bf6851da28db64611e028d68bce56 0.08 MB 177 32
354,962 354,962 000000000000000013cf08f6a30a3f08693b7e9006f7b84648133bb45038d054 0.18 MB 261 22
354,961 354,961 000000000000000010f37c98524eae656c535fb235e6936a00f33b0072de7f09 0.31 MB 554 18
354,960 354,960 00000000000000000502dcb812855810680f1de067ed95b8f3892a0aba0cf727 1.00 MB 1,993 29
354,959 354,959 000000000000000005344340ca39629475882798160c7e0e2fe4dbf53190cc39 0.08 MB 256 34
354,958 354,958 0000000000000000031e8e90aab8cb8ee9ae51e5a74da114bfc5fb5f2128a727 0.10 MB 202 26
354,957 354,957 00000000000000000b35d64b350382395c3afd3526397c7f285fa8255b6fbfd0 0.17 MB 226 22
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.