Memory Pool Memory Pool Refreshing

8,816 transactions
3.50 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,113 (750,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,563 157,563 00000000000000735c16e1cdf2ec11c18ee59045c574c0612a33d3e5be94508f 0.00 MB 10 82
157,562 157,562 00000000000001e3a9c53f7576cebb3545357a8bb380e15dec60ff479600ceeb 0.01 MB 23 45
157,561 157,561 0000000000000208e36e55faaafc60b36f35ac2b68c83cb632b749c19f661f9e 0.03 MB 48 230
157,560 157,560 000000000000089003d7f4b53f895f457d46529e3d57b367435f806501dd2ace 0.03 MB 121 14
157,559 157,559 000000000000097f080a83829dd3217e3516cbb7079f873a5cd76f72ee71497a 0.01 MB 22 112
157,558 157,558 0000000000000774627feac1ae955108f96bf5a58b02052c71811b8a667b1064 0.01 MB 22 44
157,557 157,557 0000000000000583bf9c2ac922252009ab87770b101e63b1f90555f0ee1ae94e 0.00 MB 1 0
157,556 157,556 00000000000008e155557e8beb40c421b7630c2d4cdb05a32f7af7a1b1724405 0.01 MB 34 146
157,555 157,555 0000000000000dc7c07f90519c574ae9216727a89d6f79d1457342b7891173e1 0.04 MB 92 148
157,554 157,554 00000000000009929883a9d83c13240be9c48a58bfd237bff730570391af84f9 0.02 MB 64 46
157,553 157,553 000000000000065ded353da729ee8a38867376143f10ea4eead230e5e008bb95 0.04 MB 124 24
157,552 157,552 000000000000055aa37fc9fe9acde50ecbc7c713e9c61d57feeb9165644a1518 0.00 MB 17 75
157,551 157,551 00000000000001cf1674886cc3c3e62faaf6aa7664ac6d512a85bc248dcd50ed 0.01 MB 26 50
157,550 157,550 00000000000004c6f73df1fa8bc15bbb3b07c537562f4efaa57c6f362e0ec25f 0.02 MB 58 103
157,549 157,549 0000000000000777db350c04be64bee58c2fd70a261d05cfc8ded74aec840e34 0.01 MB 19 169
157,548 157,548 00000000000003c64bfce322a7dbc1f5fb57a1f2759fa4c8e36a190af7856094 0.02 MB 71 49
157,547 157,547 00000000000003091a599cb6c85b47f5cd38f5bbe1b702199bad6af38f3c2ea2 0.00 MB 7 42
157,546 157,546 00000000000005bc0a4c7aa5cdf068a49439cce77ce673ec053db3a7b85dca2d 0.00 MB 9 288
157,545 157,545 00000000000007d7852886df59f9795ccde3cf3fad3d64abb5969a4584f40249 0.02 MB 49 245
157,544 157,544 00000000000004368b2ec36330a8ec2f2f02a654412203f980a91fdf46693e0d 0.02 MB 49 226
157,543 157,543 00000000000006a385bfcf69f58e010a26909f359f164b2f6edea99278fa084f 0.03 MB 40 196
Previous 10 blocks ↓
Total Size: 769.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,679.68 GB sent, 96.70 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.