Memory Pool Memory Pool Refreshing

2,391 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
899,890 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 2,041 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,889 (2,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,861 897,861 000000000000000000001b04b5ff09ecb429451b5303406b5f3861097b5127e3 1.47 MB 3,093 5
897,860 897,860 0000000000000000000125ff5d38f49603bf291c5d012ba8974415bd05e16b4b 1.53 MB 3,437 6
897,859 897,859 0000000000000000000023c0661747a70031a5d7edf861783e13ad1ab11c476f 1.74 MB 3,933 2
897,858 897,858 00000000000000000001b63afbc9dff3262da752ef35d7d0292f30e51d90e6eb 1.67 MB 3,471 3
897,857 897,857 0000000000000000000120456407764c6df19d8c1133349a6766485a2b852a9d 1.80 MB 4,482 1
897,856 897,856 000000000000000000023f1fe56edcf3115abddd73fcf677dcbf8bb75f0d245c 1.69 MB 3,432 3
897,855 897,855 00000000000000000001b3fc731e99449fa902a92382a038380da05ef15c4bea 1.77 MB 2,751 4
897,854 897,854 0000000000000000000060be787dbbe5c46fb09491888c5a854b497d128599da 1.71 MB 2,177 3
897,853 897,853 000000000000000000018e56ae8a1919f243749a7609fb27af7734f3028ced7a 1.68 MB 2,940 4
897,852 897,852 00000000000000000000488f90567e806fd8a1a789d2b8846a02bc0e188d4ec5 1.73 MB 3,755 4
897,851 897,851 0000000000000000000091edc516f524861e86f82f35632c983055baccead1b8 1.75 MB 3,551 4
897,850 897,850 000000000000000000017f38733a7664c3b0f281da199f2d7ed11c84ef86f4f6 1.69 MB 3,345 5
897,849 897,849 000000000000000000010814d4ec17a604f3787225ce337a3ba719a3e37bea1b 1.66 MB 3,656 5
897,848 897,848 000000000000000000019dde6f52c023611454804762397e50e086633d4b5361 1.64 MB 3,405 4
897,847 897,847 0000000000000000000073501a5dd378a7f64623be76a6e3cce1dc74a56c44d8 1.64 MB 2,282 2
897,846 897,846 00000000000000000001b7778897a817d80fa9f8f695f7c06ae07668eb67e654 1.97 MB 1,195 3
897,845 897,845 00000000000000000000dda28306ba672606745a1a2004777adbe139397f2571 1.52 MB 3,104 4
897,844 897,844 00000000000000000001150328e83c79e689fbd386ad7200fc525ec2e62da811 1.53 MB 2,623 6
897,843 897,843 000000000000000000017ea8021d96200e3ec67f0fb6f67c8cda6b765de0fe23 1.66 MB 3,720 3
897,842 897,842 00000000000000000001c9be401d0006efbe38c57abdced06f98c3ea169e6316 1.71 MB 3,606 2
897,841 897,841 00000000000000000000b3a35534e7c4de4b7ac94ad2bff67a0f6a180f47d77d 1.79 MB 3,698 3
Previous 10 blocks ↓
Total Size: 755.79 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: 542.34 GB sent, 27.32 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.