Memory Pool Memory Pool Refreshing

905 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,893 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 890 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,892 (764,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,761 143,761 00000000000000eea91ec233550aea1b3600b62c7f68160540572998e8de6b78 0.01 MB 37 80
143,760 143,760 00000000000008ac8bd5657aa1fbe659d064225122b8c8316a131789e210020a 0.01 MB 21 278
143,759 143,759 000000000000032aca241902723dcd81c3b19490bb6d1ca87df09ad71ef4c285 0.03 MB 87 33
143,758 143,758 00000000000006e6bea4c1a341a7ccaf6df9029d2e600e9799eb1d2821640b52 0.02 MB 61 227
143,757 143,757 000000000000034cfec581dd71e5960c69faa715016ffbdba2914a51db57efae 0.05 MB 79 221
143,756 143,756 000000000000066f4238f2e9873556d31f4bf360fea9b5bccbecd32634989594 0.00 MB 7 550
143,755 143,755 00000000000001a3096409421a2ea2ee0367aa86a10217b10493262a292de615 0.01 MB 19 758
143,754 143,754 00000000000001503a87456266aae0e0dd706dba5c083f552e8c44334c4fb1b5 0.01 MB 20 455
143,753 143,753 00000000000001e0f2c1ad34730b568bf357beeae1e947148870337936ef10a8 0.01 MB 18 28
143,752 143,752 00000000000007edcef01655c0de2188f25c29a717fc5b07c811a9775d4bb3c7 0.01 MB 23 68
143,751 143,751 0000000000000891cb7c76041f13310d1686b6817d54f23acac3e7bf5740feb3 0.01 MB 28 313
143,750 143,750 00000000000003dcd685eb78b9b667e3b2630bdba4e5d129937b3d7f83a13b7a 0.03 MB 82 656
143,749 143,749 00000000000005f8edd6c6084277c1ea3f08173b3e9b56c3575a47d92ac39061 0.00 MB 13 32
143,748 143,748 000000000000084e645f6f38aa3066034e9a55d4e82a6a3d9a1b81ceb8171cbd 0.02 MB 64 103
143,747 143,747 000000000000047aa77277a236d6d3eb61f43f6456425be5b10076be1c098823 0.00 MB 3 0
143,746 143,746 00000000000002caeff1ebc0214761135032bf58d3971149cba9d9c342f21d92 0.04 MB 89 88
143,745 143,745 00000000000008490b5cd3728409b8569b2268119a3ddfff04db77241a2c51c0 0.00 MB 8 291
143,744 143,744 000000000000052ffc4364f0f42a7bdcf760000a667ee9987d1fbca932f5bf0c 0.01 MB 36 75
143,743 143,743 000000000000056f86dfaeb2765c8f56e21c409069e7022d9e8bb42a8d04eb45 0.01 MB 28 323
143,742 143,742 00000000000003e0cfdad0eecaf120b85dcc915ec96edb16f7f75a961b7f7c99 0.01 MB 7 38
143,741 143,741 0000000000000821ffb4e73ae38ca0d2dd1e37aac944c03082045c38849e5498 0.01 MB 28 0
Previous 10 blocks ↓
Total Size: 769.34 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,643.36 GB sent, 94.66 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.