Memory Pool Memory Pool Refreshing

5,184 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,258 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (88,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,095 819,095 000000000000000000019ccfb4522b286eaa8fe7f7ba4cec4eecd743f4a149b1 1.65 MB 3,295 45
819,094 819,094 00000000000000000001b063b0a318cf6d81f9cb430c2ac421ebce53e06e0e83 1.59 MB 3,493 61
819,093 819,093 00000000000000000000cd2428a4e6dc0a71bee4d995beda8d67e4c78e243366 1.67 MB 3,375 53
819,092 819,092 00000000000000000001d01f0bc1cba56a7ff2dfc032a5fb45c16e41ab5c8fc9 1.56 MB 3,310 46
819,091 819,091 0000000000000000000175fa659395a25ddbd30e6118709098635f7335a2175c 1.70 MB 4,397 66
819,090 819,090 00000000000000000002529b223c27e2b0b6256d4864ab7df61d0b4ed9f8cf0d 1.67 MB 4,639 69
819,089 819,089 0000000000000000000101f1ea8e3bce23d0f03c66370be58e5aaf6ec5ec57fa 1.70 MB 3,768 51
819,088 819,088 0000000000000000000245d706bc01986a76931af3b5a4428c0c27551259de92 1.60 MB 2,651 60
819,087 819,087 000000000000000000027bb473c0571bb611a235689b2e0ca454378b97868aac 1.61 MB 3,912 64
819,086 819,086 0000000000000000000004a78e57bed730fc02f73d0d36cdf8ff4bcc29a88d46 1.64 MB 4,639 68
819,085 819,085 000000000000000000026707ab086392349660b6699c63c8298d1efabfef82de 1.51 MB 3,884 64
819,084 819,084 00000000000000000003a628c2d412eb7ed3dad57afafe55006d6160f6a2447a 1.60 MB 3,922 60
819,083 819,083 00000000000000000002154e6c32b1d35ade21eaa7c0bb23556121e14ca1b3af 1.65 MB 4,687 66
819,082 819,082 000000000000000000037f962bd71995919ec8a4672ff290e00e592e7f8c03d1 1.64 MB 3,075 80
819,081 819,081 00000000000000000002dc4dcac64dcebc3331b25d5bfc0c7b1288ea18c82aa7 1.86 MB 3,627 55
819,080 819,080 00000000000000000003ed0989da813531121926f2d334885597bd84ccff35d6 1.60 MB 3,022 45
819,079 819,079 00000000000000000002624497c04af73e024169b20fa1cbdde1b2c7ae733c48 1.62 MB 3,251 47
819,078 819,078 00000000000000000001ea2a29c05c49871cc3b08bca6f5a3d6d8795165e1ecc 1.69 MB 3,891 64
819,077 819,077 00000000000000000001ccde00b76ad97962456b7be782b23b448bc807487227 1.68 MB 4,021 56
819,076 819,076 00000000000000000002ab77f117f15c835e2e7cf5b41f2ecb45897c8b38b85d 1.72 MB 4,338 63
819,075 819,075 00000000000000000002325af76694a6f555153e462ec35859bf394c17cb158a 1.64 MB 4,220 69
Previous 10 blocks ↓
Total Size: 769.00 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.62 GB sent, 92.78 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.