Memory Pool Memory Pool Refreshing

8,642 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,551 (863,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,542 45,542 00000000192bc38f9d99b56cc6c719a655e07735b023388ec68bb604b1432d70 0.00 MB 1 0
45,541 45,541 000000000fa57a4c9dae9002962d59510a369cc66a633076233050f4b2fc7f77 0.00 MB 1 0
45,540 45,540 000000003156ed6c0192456be80f9ca7046e041df78442a5a644eac27bf7390b 0.00 MB 1 0
45,539 45,539 0000000018b5eee282f3881f7867f56680a0bfa4aa67e63523274100cc9cf086 0.00 MB 1 0
45,538 45,538 0000000016378f31d71e3d3b0d66cc6c191d6cfb7e2ee45b966356c3e5b160d8 0.00 MB 1 0
45,537 45,537 000000001a5a9aa0e1981b9ea7fbdc06c4ec571feba26e700b82d0f4edd6d84c 0.00 MB 1 0
45,536 45,536 000000000d44adc06fa9f1f0e82f8eb5620b5677f00bb1f6a5bd539245b9dfa2 0.00 MB 1 0
45,535 45,535 000000000d8c69a1564791604793226e88b4dab71035c490e515ed5d0273706b 0.00 MB 1 0
45,534 45,534 0000000032f198bac503d49f58eb398443379979e2dfa4d53455ac5c8ac7e557 0.00 MB 1 0
45,533 45,533 0000000024be2b110e08300df017b9f4a8d93e8038f0caff813e52ac09b12382 0.00 MB 1 0
45,532 45,532 000000002124ba7a768a9347da46b0343c7abd03162b28c353129da1bb530b6f 0.00 MB 1 0
45,531 45,531 000000001aff624f4af71bb0c2ede9ace61bd69a5bd576c4d41bea46565a2457 0.00 MB 1 0
45,530 45,530 000000000e535e18f9b1b42a4aa523d5090cad12413a48958499f4acf8e6da31 0.00 MB 1 0
45,529 45,529 00000000226131d3d0cbb5df580e0d940217a0d8b201e6e86bf3f58889e701fc 0.00 MB 1 0
45,528 45,528 000000001cbf5c33c9bbb6f08d7c7fefc3071b5606d6b29d8ffdb84094a176c6 0.00 MB 1 0
45,527 45,527 000000002c14fc3a8572e9e74d6e710620dad340350f2dfdda27a54b36ed708f 0.00 MB 1 0
45,526 45,526 00000000285244fff81134c9a96ac2177f66d0205a679bc7b43507790e075e0a 0.00 MB 1 0
45,525 45,525 0000000026beb9275b9eb0c1de29ed22302433bede191b7eb1cfb0356958ec34 0.00 MB 1 0
45,524 45,524 00000000199722f9a8750520feaf0ed97bb94a00f6461ebaa2a3ba37d40b3128 0.00 MB 1 0
45,523 45,523 00000000043b6d25a361125f2c3dff8b688eb3ff19d86647306500f00f369a9e 0.00 MB 1 0
45,522 45,522 00000000126283cd9d6cc2c7364f2daeff92362aaf75f460ab5de8d9156358c1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,844.95 GB sent, 100.59 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.