Memory Pool Memory Pool Refreshing

1,026 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,509 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 1,018 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,508 (902,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,795 5,795 00000000bcb00981ddc55628072c9e8e4420d6eb062df616f9b2c2dc1aa29c26 0.00 MB 1 0
5,794 5,794 000000009aedb4ff756036b52b369c4f0afb3df01a887e91887ac29a98edffaf 0.00 MB 1 0
5,793 5,793 00000000ed14252d0ee67d7e8921d0d3d18abd34fc1ee0073aa5949bb2f57596 0.00 MB 1 0
5,792 5,792 000000004a9b4f24d57657d817fc2e5bf505020b3017f3fd53a4e5443f5ecc9e 0.00 MB 1 0
5,791 5,791 00000000afd0652cec563478e46e120efa8166379256370e53466c47ce879859 0.00 MB 1 0
5,790 5,790 00000000ab7e34e40570e019b8f9f8d3cca13b293244f38b6dd40992ebcdd61f 0.00 MB 1 0
5,789 5,789 000000005bf0467f52dbded6b81ae713b4f06d7e99bb0546adcdb6b569b9c5bf 0.00 MB 1 0
5,788 5,788 00000000fba87969be71e6f44277e1ae6547b90a2cdd76ea4b5fdf5096c243ef 0.00 MB 1 0
5,787 5,787 0000000081fb4ba2876b73465c44cbd8b2645354aa9acfab02c7a02bdeb6b65c 0.00 MB 1 0
5,786 5,786 0000000082512ffda27fd65932cf4bab94dc7d667f483a1c1a2acf2029d90f0b 0.00 MB 1 0
5,785 5,785 00000000dc1aca742f8e8192fd60e9ec882a3ce0e65015a73b18034a90aebf15 0.00 MB 1 0
5,784 5,784 00000000ded964897b5102b2e70a685fde945ad88405e657cd8406e1f519a404 0.00 MB 1 0
5,783 5,783 000000005dcc844e056aef76ba55ccf388e25fd92d1ec64d7317577aa8a66161 0.00 MB 1 0
5,782 5,782 00000000ac9c37de83c6d89694721e039081206c1825a5b6325d2967a250d373 0.00 MB 1 0
5,781 5,781 00000000211bb5d4ed9b771e78628015593cd1c381956f48e5b1b1daf598041e 0.00 MB 1 0
5,780 5,780 0000000012650c830b5f7274c1161ac090ab727a457fd25dbe436137ced84363 0.00 MB 1 0
5,779 5,779 000000006950a126ea4be46f40412a2c40c580d075cbc57653fef2167aa5d295 0.00 MB 1 0
5,778 5,778 00000000a9b50f6d9227a6b68dd7cf918316330ce775439992777c148bab00c3 0.00 MB 1 0
5,777 5,777 000000007bec27af36b7288c899fdb6c390bd522e5644b1a1e0aeb480f820ebe 0.00 MB 1 0
5,776 5,776 00000000056b9bb9760b7f3323c4e8699394b24f83dbb22eacf7759bba704eec 0.00 MB 1 0
5,775 5,775 000000004249479797773a5b8551f3274fc2a8dc4b5c52260e68eb62fd6b4ba3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.64 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,832.86 GB sent, 100.22 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.