Memory Pool Memory Pool Refreshing

6,945 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (193,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
714,140 714,140 00000000000000000005f294a7debd10e2c0f8d39d1dbe0fe8a9daf84103110d 0.91 MB 1,268 10
714,139 714,139 000000000000000000095ca0a1e8f0e2fcbc1e36a62dc953c1a015a9fcbc4c89 1.72 MB 1,204 4
714,138 714,138 00000000000000000008fde28a739d063fb8fee6155884b3958b837ff8d177ce 1.69 MB 2,484 12
714,137 714,137 0000000000000000000b57f27805b34a249e41337db7bde76926bee935443a34 1.51 MB 2,735 21
714,136 714,136 000000000000000000054fa5b548e711a5c677caaf27577db9efdc11ed9c2e70 2.11 MB 483 1
714,135 714,135 0000000000000000000366027b49cf6053febf22fddf3d6177ce6c7ab5ba69bf 1.71 MB 2,635 8
714,134 714,134 0000000000000000000275bb0b63aea7acb3ea0feb75942051397ffe412414b0 1.61 MB 2,783 5
714,133 714,133 000000000000000000087890a2c0aed1227403bdf02f0782b726ba5766b2d818 1.65 MB 2,913 18
714,132 714,132 0000000000000000000b164d26531ccfa0dc4223a19b6703ce6d6662952e380f 1.70 MB 2,738 15
714,131 714,131 000000000000000000077eb54ff14492b7a11b4415dd580e612007608a94726e 1.58 MB 2,782 9
714,130 714,130 0000000000000000000700816fef95db6b6a3c0cb07de40b11e7958adf5074c8 1.68 MB 2,187 7
714,129 714,129 00000000000000000006e548ea46c3f519ddb79e63a5ae5f1fb4bc0e90d5bd02 1.76 MB 2,585 11
714,128 714,128 000000000000000000069eafbe313dd1f6697ec806a6adb52240e353ba374211 1.77 MB 2,305 9
714,127 714,127 00000000000000000000486e6ccc37647f583254685d4ef0b517e6538c03fd22 1.57 MB 2,429 9
714,126 714,126 000000000000000000096773167fad1ac5f739c911191872ce99319dfc6c3ec3 1.57 MB 2,512 10
714,125 714,125 00000000000000000008fc562f2c164026731e527fb4e7162879aa1d6386e852 0.66 MB 690 6
714,124 714,124 0000000000000000000a3b17d4078e5e647ad8609cff8794e88be5d54686a4ba 1.29 MB 704 4
714,123 714,123 00000000000000000002fc7cfd931dfd1494927b86b7c6753c2aac0a2e513325 1.53 MB 1,975 6
714,122 714,122 00000000000000000000e224924787a36ad9d4973cc88a304ed9d9f995040cee 1.73 MB 1,757 11
714,121 714,121 0000000000000000000954fbec02755ad8fdfaa57a5f22c648f0113dda0aa490 1.65 MB 2,403 3
714,120 714,120 0000000000000000000722f6598568fd7df08d9cf9a3e94677f8a8df48fbe62e 1.65 MB 2,549 14
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.52 GB sent, 92.74 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.