Memory Pool Memory Pool Refreshing

11,296 transactions
4.77 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (797,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,782 109,782 000000000000681340df2e7043c87265f35021278dae52d01c01278b44a94b51 0.00 MB 13 337
109,781 109,781 0000000000008355b638bf811108577900e525e8715437508abb48fdde905a0b 0.00 MB 12 0
109,780 109,780 0000000000018ffa00a8f915ca176ea1876f7878df31c7b888901421ca939914 0.00 MB 8 0
109,779 109,779 000000000000f14db7bfb7c8bac5775bc3c81c6ec3cb9bbb55951605469df7a1 0.00 MB 11 0
109,778 109,778 0000000000006984fc5370603eb6d08861a01827f872fca83aae5ffff513b99e 0.00 MB 5 0
109,777 109,777 000000000001860ae06a1f4e9b0d2a7b194b05686e6e0fcb9d452804ea043c15 0.00 MB 12 0
109,776 109,776 00000000000017d098e0e95b2c711f73c255c5f4e2c4754a11a2050e0c4b9aae 0.00 MB 13 0
109,775 109,775 000000000000bf0caa5bedec69bc38f9e9649f7e5e3c1cd2c20e50e50ffed74f 0.00 MB 12 0
109,774 109,774 000000000000a0fa785496f0a65883476d0e2e3ad1f15acaafeeef1db2ce2de2 0.00 MB 7 0
109,773 109,773 000000000000cedfad5dce68e97ff5957e888a937b8989b7aeed0972099faf26 0.01 MB 7 0
109,772 109,772 000000000000a104650e9093f4e7a1bc6ec539443c16658eee576342b214568e 0.00 MB 11 0
109,771 109,771 000000000001b1b4c39277b8c5d16cb4638f649c0e241ff5acd9c3c7e87c0fd7 0.00 MB 12 342
109,770 109,770 000000000000d9a7a5475e138d04fe9fe8035303ece395beef60c65baedfe502 0.00 MB 13 340
109,769 109,769 0000000000013b3a4ca4300e60a40977894435da8c7ed4b93c099c28fb41090e 0.00 MB 12 0
109,768 109,768 00000000000196de8f6067113adf8abea1420cd303a45eea73580bb5c44ac459 0.00 MB 12 0
109,767 109,767 0000000000012151881b8aab9bb86b498f257d0ef56a65c8292de2405732f246 0.02 MB 12 123
109,766 109,766 00000000000008652f1d0885b54b3dbd308adc67a0131ec20af89c9291a5321c 0.00 MB 4 0
109,765 109,765 0000000000005ff15f11b6c2e06e13fb169718014d51346615e0357d7d6e0b9a 0.00 MB 7 0
109,764 109,764 0000000000009d1d759837baa8548855d999a4c0e96c7622d078cc61173928b9 0.00 MB 12 0
109,763 109,763 000000000000082892d47332aa5ebb9f1cdc719ea7aaa7597dd1b5f7b31970d1 0.00 MB 12 0
109,762 109,762 0000000000019b2493dd9c21964717c4571cc3294fdf58e0b37fdfb7677beb0a 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.10 GB sent, 93.02 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.