Memory Pool Memory Pool Refreshing

2,515 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (485,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
422,340 422,340 0000000000000000025eac17dab259143c4ad6d2e620b193929d71b50ad187bb 1.00 MB 2,253 60
422,339 422,339 000000000000000004b51c56928760c4faa0e94171371d7d20b9a399b9448870 1.00 MB 2,577 55
422,338 422,338 0000000000000000004c0c6e43f1e0b3991a90da6fb00e75c7880fb97db6b47a 1.00 MB 2,873 89
422,337 422,337 000000000000000000a362b6bd1319be677a160609c197334ffd9f389f4c0414 1.00 MB 2,105 70
422,336 422,336 0000000000000000032cb2316e06b7962f28600c03aa742ad3223c13bce2fcdd 0.67 MB 472 17
422,335 422,335 0000000000000000046fc1bd7d40f790e41a58267c2a4c59cf3c8d34f497375b 0.20 MB 552 67
422,334 422,334 000000000000000003447df0538be0d664d730aff33b1af9c5e5ebdeff9615c6 0.75 MB 1,512 59
422,333 422,333 0000000000000000023f02ba1fca0114c24ebf893cd1c46aa4cf54057ae4077c 0.34 MB 777 65
422,332 422,332 00000000000000000411d35b1e5b80524a109da9202ad29ef334ad97aae2b6d4 0.74 MB 573 19
422,331 422,331 000000000000000001600e8011728efe9ba5f92bc576c4454b545fc5e849e4ae 1.00 MB 2,261 68
422,330 422,330 000000000000000003635f7ff9025b2239f8eccdd7bb7c5599a879d5291db791 1.00 MB 981 17
422,329 422,329 000000000000000003d387f68f82e9028c2062139ff83be52784848833b9ea61 1.00 MB 2,057 58
422,328 422,328 000000000000000004cbb746f0c8f878173740f7a3412798ea152b83dcbbbc61 1.00 MB 1,627 28
422,327 422,327 0000000000000000050a5835e297960d5fc3da04089b1415192a1d96d1f25c22 1.00 MB 1,752 48
422,326 422,326 000000000000000001f090ba545783baf0fed698a6fae0bc1a3cee543ce80979 1.00 MB 2,986 91
422,325 422,325 000000000000000003481c308c85ff6854d92274427e2dc65c9e88c6b4464482 1.00 MB 2,629 84
422,324 422,324 000000000000000004e67b64c9ac77a4a943ee00a743de1ce1c71c887ece921a 1.00 MB 2,233 61
422,323 422,323 0000000000000000031adf3492552a9ec883454bd1de08cf071bf1bf63b251cc 1.00 MB 1,973 60
422,322 422,322 000000000000000002abf533ee9c656c88558d576d4355cd8f4ad9ac3969ebe4 1.00 MB 2,256 90
422,321 422,321 00000000000000000294a1c389d1e1ee4781174333d151d6d5170bec0504066a 1.00 MB 1,884 45
422,320 422,320 000000000000000003f2ef3bdf7200f19366743ef9160977ce0bed43d46b1809 1.00 MB 2,225 65
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.