Memory Pool Memory Pool Refreshing

1,523 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,285 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 1,510 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,284 (904,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,071 4,071 00000000b3bf9c16488b0fec49bb1d7bfb2c6056e47d2bac35f5b070417cb63e 0.00 MB 1 0
4,070 4,070 0000000043de9da7e9119fcdb43c58f744bca23b2110ef91479cec78c49ce86a 0.00 MB 1 0
4,069 4,069 0000000033dc66152e26c981dcfc5e05d1cbbe3489e7f8df271dbc068b647ab9 0.00 MB 1 0
4,068 4,068 0000000066ceada565012ca45bbb89e1e0596fe533ff42de13762d0170506103 0.00 MB 1 0
4,067 4,067 000000001954f619765a4dbdf8b50c507e02b6bb6dfd0a4d5fb71cc6f2d10887 0.00 MB 1 0
4,066 4,066 00000000465dc167ac110e087e67e35e30d54e558fbfe53c8136e9afb9b1e1fc 0.00 MB 1 0
4,065 4,065 00000000c047ccfc3f30c0a3ba8721f734f99b65b2a1501d3de25d6e6dbb9fb2 0.00 MB 1 0
4,064 4,064 000000007741bfdff7cabdac934909f37681ff9cadb9d9e5e144357d092e6c1a 0.00 MB 1 0
4,063 4,063 000000006241177e373562d47f31cb22e6882f2322477e112e0c2b1d52be2a30 0.00 MB 1 0
4,062 4,062 0000000082af2efb14069baca4956a8d6e07d14638aaa7631c4102614c372cc6 0.00 MB 1 0
4,061 4,061 00000000ab44313c02d4f5d29fd7cc5364670194559520ed5ce54a4889526b4b 0.00 MB 1 0
4,060 4,060 000000000d2c83ac675b8a9f3478215806d59a027b2ee0667069eca81141b2a0 0.00 MB 1 0
4,059 4,059 000000003840688c02eb2cae62075ab48e858b7db5d765d692f180ab796a63ca 0.00 MB 1 0
4,058 4,058 00000000eb4792b5842f8fdba6d8fd2283b5447931a0a31c05cfaecbd2b9bafb 0.00 MB 1 0
4,057 4,057 00000000d12a0e207d618ea3d25f4d63d8c9dd818cb0f79576b64c8f756d151c 0.00 MB 1 0
4,056 4,056 00000000b005d169de586881ca9d11d8cf998c76284887996ae5d98ebe7778ee 0.00 MB 1 0
4,055 4,055 000000006f2d7fce759451566e4d3ee7b118d126cbb2749725e35d222e4a8bed 0.00 MB 1 0
4,054 4,054 00000000db3350d99fd45257ffa0656c73a58df3e7ec2f1ad0c31402296cbdb4 0.00 MB 1 0
4,053 4,053 0000000017fd33169a5cba282545358041e867cfd751ea0a1b86caaa74532a0b 0.00 MB 1 0
4,052 4,052 00000000f897024119d130276b00d5d605f4e938eda6a2632d87b1c921e2d243 0.00 MB 1 0
4,051 4,051 000000008e59bdbd090967473b94ac429bfc1f54366a520a40be7106dd447e12 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.08 GB sent, 98.25 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.