Memory Pool Memory Pool Refreshing

3,748 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (18,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,779 888,779 00000000000000000000e91e8c174660d1be4b1a7b61e56b8b564080e28df253 1.66 MB 2,895 4
888,778 888,778 0000000000000000000165b9b01bde288ce770621348a592743b120634b4715e 1.68 MB 3,627 4
888,777 888,777 00000000000000000000565174820806b83f1236274b9de21f2566dd8e7918a8 1.68 MB 2,633 6
888,776 888,776 0000000000000000000029df25019e6331d15c8856871e8346f6d679df932655 2.04 MB 619 6
888,775 888,775 00000000000000000001577935c85e49046d02fbf3d9eca2eb42faad4756f5c8 1.56 MB 2,817 4
888,774 888,774 00000000000000000001130f182a52c2963195da926ca0b2dd25ec60da5ee2a4 1.56 MB 3,223 4
888,773 888,773 000000000000000000022c8727aacfe9a92ec3dcadd325946548d832c0c47332 1.45 MB 2,012 3
888,772 888,772 00000000000000000000c67840c180c8543cc05c0eba4071689fe655539b1ace 1.38 MB 2,503 2
888,771 888,771 00000000000000000001c59d058e2f3c9b37e3d529ee52e76902b9e462a66a6d 1.83 MB 2,939 3
888,770 888,770 00000000000000000001945b50e5384bc71cdf2fff0c178dc836b99521511d96 1.55 MB 2,566 4
888,769 888,769 000000000000000000015b94d14d39c30e44ece55d4b383033461144d3cdaf5a 1.75 MB 3,726 5
888,768 888,768 000000000000000000018e8d852406295abab41de17b887546f3287d5558aa11 1.77 MB 2,915 6
888,767 888,767 00000000000000000001a7f87be6127aa3f083d52155a4f399209f83043d1224 1.56 MB 3,403 4
888,766 888,766 0000000000000000000253b0c57fea094f8863c8ca32f8ab53fdb10097c9cefa 1.49 MB 4,039 10
888,765 888,765 000000000000000000022d909176768d7fda2189e3b82a3757e0a879221ddc01 1.88 MB 2,256 2
888,764 888,764 000000000000000000000e44874975a3c03ed04fa8d3bd2e8cac04483c8e7909 1.82 MB 3,946 3
888,763 888,763 000000000000000000007790169d7193c8fb76dcc83698c8ba23d9092c5fec0b 1.80 MB 3,325 3
888,762 888,762 0000000000000000000045430b39f7d5771420ca1879442e570479ff6273174a 2.10 MB 1,711 1
888,761 888,761 0000000000000000000274554aa2aa6398078dc8884872fac558ac91bb57ad35 1.60 MB 2,758 2
888,760 888,760 00000000000000000000bdc8abc23a5614bb1d4c2b4c61b9ac706e05df1b223e 2.00 MB 249 1
888,759 888,759 000000000000000000003f274a82c792461f3902512dab7720b409fa1091d065 1.55 MB 1,406 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.