Memory Pool Memory Pool Refreshing

1,248 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,224 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (471,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
435,809 435,809 00000000000000000160be929203b19051fc43f51d027f4291478d3f63693631 1.00 MB 2,520 70
435,808 435,808 000000000000000001cd2beacd447df70b497a5a491fa8ac6fa15b10695ebe3b 1.00 MB 1,973 39
435,807 435,807 0000000000000000023240439d94d13cac4fbb8f38c4c1f7ed9dd2cb1e620651 1.00 MB 1,966 53
435,806 435,806 0000000000000000013839bd28688b44e73dd12f7dd9ce91ed0fdfa62c662d19 1.00 MB 2,212 45
435,805 435,805 00000000000000000080ca8f4b04c7028163020a0690c415d7d242a2465fabad 1.00 MB 2,018 51
435,804 435,804 000000000000000003bc7ffdd398a640fb0f1d7b336f413291ac3e0ae4f83f87 1.00 MB 2,214 68
435,803 435,803 000000000000000001ca9fe8bc6e95b51e224dc901a3d8c6081af6c8cc4b5aa4 1.00 MB 2,626 63
435,802 435,802 00000000000000000337039e51e462be5e1b868ceb180aa28d394d7993e37858 1.00 MB 2,236 78
435,801 435,801 000000000000000001dfad0e0cf8d3bcc48dd8bf7c438acb00f634f68ad3c3f7 1.00 MB 2,107 61
435,800 435,800 000000000000000000bfc17416fe33ad539247d52673b7ddec33ad08bc5e0607 1.00 MB 2,461 64
435,799 435,799 000000000000000004083ade3ff3f26936e53e2afeb48e34f23d0d8e2f51fc3f 1.00 MB 2,848 57
435,798 435,798 000000000000000001dce29988179842d882d636c9917aadefc8acf0950d78d3 1.00 MB 3,625 61
435,797 435,797 00000000000000000016b4d2eae1361899ce586ba0417f1fbea70dd678aafc7d 1.00 MB 2,378 68
435,796 435,796 000000000000000000ad3c06f80ed74e564e20238148da7e921508830ef61005 1.00 MB 1,684 57
435,795 435,795 00000000000000000243abb522b4b06e7062201cb3fc9da98104e9f1f3c7ff8c 1.00 MB 2,105 77
435,794 435,794 000000000000000002458d41227df37474d120e500d0768766bea6f3520fef5c 1.00 MB 1,969 96
435,793 435,793 0000000000000000022d5f07928bdbed163fdb2f112edf295fe8275a9f4d732d 1.00 MB 2,179 87
435,792 435,792 00000000000000000208fe0c5cd743f7ef282cdcfdc199ff4a64af6b039ab1f8 1.00 MB 2,924 76
435,791 435,791 0000000000000000036b08b75e161718568ebcf5fba3cc196cba6602d9671af7 1.00 MB 1,094 96
435,790 435,790 00000000000000000296af34a6fccf0feaed5b01df5417b545fd5f8a081afa83 0.99 MB 2,436 63
435,789 435,789 000000000000000000e8c2c44a79ea310452db3e229e60088693d4c20769609e 0.75 MB 1,657 91
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.