Memory Pool Memory Pool Refreshing

4,655 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
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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (754,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,545 153,545 00000000000007e607314c0f11d1da2779fb1dc14495ccdfcc34bd540eb1c1a3 0.02 MB 50 183
153,544 153,544 000000000000007c19e0863cbe422334f0dd360e936d4dce80ae0e9f3c36469c 0.01 MB 23 45
153,543 153,543 0000000000000a15fb1c37c389fc50184935a2c9a5ed2bd293be2a06d67c2951 0.01 MB 28 196
153,542 153,542 00000000000006716ad66b7554a044d0361c49f324207ae7d5721ebed58e9c05 0.00 MB 2 0
153,541 153,541 00000000000009ae95ab603155e2a599d9e2f40c8c1f1a27ffbc639a73444e1b 0.02 MB 57 137
153,540 153,540 00000000000004aa3c02e695b8f7e781b9010abb4d3f45c792c00845dcd47b7c 0.00 MB 12 0
153,539 153,539 000000000000066757a408c1802a5ab90e003352e3c6841c59411f55c94358c8 0.05 MB 181 7
153,538 153,538 0000000000000156608f7b7a431f9faa1e897e0bb2dc97ff676270ed47aa0f82 0.04 MB 101 115
153,537 153,537 00000000000006ff5f7490c974ae901f59c1762193c016fafc518094d53926d2 0.00 MB 3 16
153,536 153,536 0000000000000ba0c518bbfc0c6f1e04172d726bc7f3c4b52aa58e1158a060d9 0.01 MB 10 17
153,535 153,535 000000000000055607b243dc40bc9f88a366223244f653a5cc15ae434ddeb222 0.01 MB 28 190
153,534 153,534 000000000000019823d8fefcb61ee21b36b82d5301e1ebec0904d344fea5a45a 0.03 MB 112 30
153,533 153,533 00000000000003ba664ca636f58dd513487c5cff54da22a6dfa19acc252e06fc 0.03 MB 32 78
153,532 153,532 00000000000006dbc9b6dbc7c79732c0faa78edbd3e02c7566faa4b58bbefed8 0.01 MB 25 154
153,531 153,531 0000000000000d55ef756c31bdf843f97bba334b301e96aecfb5bde80c284551 0.00 MB 6 77
153,530 153,530 0000000000000dcfce3edd80a6d77d24e2b1e7ddaab3d63e0e73c40560a5a612 0.01 MB 46 193
153,529 153,529 00000000000002e5c70f911352908b02e2078591c1b829a9c4678eb9b28ae31b 0.00 MB 5 142
153,528 153,528 0000000000000c90857e7a2f31b341e401e6ed4fe04f94aed6be1a27bcafdaf3 0.03 MB 72 69
153,527 153,527 00000000000008f2ade15360e866366281f1665f9b0a3ea37523e2b49dcc6b62 0.02 MB 27 59
153,526 153,526 0000000000000a1a89d6279548ce17ed2de4503e4ca95cdfb3fa8cc52ed6255b 0.02 MB 42 8
153,525 153,525 0000000000000a1e21a37f650dc5c0728a13dd892df0d40168ef12bfdc48e7dc 0.01 MB 35 22
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.67 GB sent, 92.81 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.