Memory Pool Memory Pool Refreshing

8,811 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,089 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (791,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,667 116,667 0000000000001f03d509c620fa33329648b763d9872659c9feb8e66e23c3984a 0.00 MB 8 1,025
116,666 116,666 000000000000522a01916a5a117eaec44af0a85bf0241d2294c10977fe9cb5f3 0.01 MB 14 1,129
116,665 116,665 0000000000007149a60dd2c8b9b79ed57f7495944200f3de9583347ba4525a0c 0.01 MB 18 896
116,664 116,664 0000000000002c1d24ee5380446570c34de0794ee16067bd6974607e66702ed0 0.00 MB 3 3,875
116,663 116,663 00000000000023e18d5ab946b9dd4d6db81c89a0fec116a3808d15f744196ae1 0.00 MB 4 1,126
116,662 116,662 00000000000035e2448dee6d085185be0cc0842c277f26cb91bc5b43b51fca6d 0.00 MB 5 1,748
116,661 116,661 000000000000b97fc22e98e56fdc391e84e27be9f19767f7647f0449d751c3aa 0.00 MB 2 3,875
116,660 116,660 00000000000056036e9041b9777b36255533931137ad5b59620ff268df60b5c0 0.00 MB 6 0
116,659 116,659 000000000000df0a3ae92b6a34c4806b55c06761999e4d276a583ddeda07a2c1 0.00 MB 13 1,286
116,658 116,658 000000000000bb5921ef8e5d2ee3de538355815152f50a561398ceb5e41bebbe 0.01 MB 12 351
116,657 116,657 0000000000006a449348c9826e15a8c6d742b39b5f14bedfd934797c689597a2 0.00 MB 8 341
116,656 116,656 000000000000a68b0ec51595b3471496736c321184818d2455e43e30ca41a185 0.00 MB 11 721
116,655 116,655 0000000000000e2d18a2cd047c3dc7c1c94fd27f683641a39715ef87fbea52e1 0.00 MB 12 0
116,654 116,654 0000000000000e712e0106b6b93c5486881fa36bd8aa5e233d0ad88446530118 0.01 MB 20 878
116,653 116,653 0000000000000ed1cc7c5b7d58eaf4a2d0eff88e9faa66e383dcc0c85fa20e9d 0.00 MB 10 1,748
116,652 116,652 000000000000923ed6fd891de78655de3b275e9dcca2345bd4acc4ca18bb8c47 0.00 MB 12 0
116,651 116,651 00000000000073c99bc9a776eeca3b8bcff66b34768e86ccc487f20821f8e64e 0.00 MB 8 0
116,650 116,650 000000000000c8c5643f3b7989c47ceb6b8255e43fd7a93d9c7f9f70403e0a63 0.00 MB 11 0
116,649 116,649 0000000000002e5c31cc0d541d8f40a1e685b72e11ba56ff74531bc8c975eef2 0.00 MB 8 668
116,648 116,648 000000000000a2859cb751ca8e323712a37dbdc9090df90fd573ce8186528d49 0.00 MB 7 354
116,647 116,647 0000000000008c3cd98f7d37fa97e9cbfc0433303bdf2164cba5bc5604d0548d 0.00 MB 6 1,044
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.57 GB sent, 93.03 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.