Memory Pool Memory Pool Refreshing

3,007 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,890 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.81 vMB 2,997 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (792,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,624 115,624 00000000000086458fd72902a9b2c1199c552204b3bc1910c2371d9e42faa725 0.00 MB 9 527
115,623 115,623 0000000000006dfd508772a4e294c791d2d970ed6bebc68ba95a53d36cc69a63 0.01 MB 18 914
115,622 115,622 00000000000053f5a933f4e3032df3bf7852a4fd7dc1af36897f5ca07c3552f2 0.00 MB 4 937
115,621 115,621 000000000000ba4b9fc8a459e5f61e59ae0ba61f03cd7d46b488695507155956 0.00 MB 4 1,345
115,620 115,620 000000000000a38f231a4ecb20ce83ba2b462e4f40778812ce9ac7e279b2dab6 0.02 MB 55 181
115,619 115,619 0000000000000ed5c1dac2d4702da89f9fb456927621a9c61910f72151d202ef 0.01 MB 27 71
115,618 115,618 000000000000d439e7e0ec9ef073303288811b2f8efb17b111e84daa455faa68 0.00 MB 10 3,600
115,617 115,617 000000000000eab3a20ac1207899e7f162ca8513f76339640e5441c5e83841e2 0.00 MB 10 569
115,616 115,616 000000000000626526b129b475a0491939aee4989df5a42a932cfb4eca9d14ae 0.01 MB 32 857
115,615 115,615 000000000000832cc67ec1aed671961356a286616cb8a0148d78d39b18f82441 0.00 MB 9 834
115,614 115,614 000000000000c7875d60c20bb0d7e0e43f4b0906e8a7695f044e1f56fc122d61 0.00 MB 3 1,266
115,613 115,613 00000000000044839ef7ff05aee440d0085a12b61d2388823649f2a023430322 0.00 MB 7 579
115,612 115,612 0000000000003137dd23c0ee958f263690dba08db8d7fc5db9b4253d7fe5878a 0.00 MB 11 1,238
115,611 115,611 0000000000009867c96c71d47546bed949a59ad966ffbf70026362d9e5eec341 0.00 MB 3 0
115,610 115,610 0000000000006dbdf2bc7b68741dab502fe97c1c1721eb10fd1462b88a891dc4 0.00 MB 6 0
115,609 115,609 000000000000c37c2ee89af89b1c2dc2353690522cb4d75c6b1e8e58d24b7601 0.01 MB 5 0
115,608 115,608 000000000000ee58125683c6203ed664a9db8414bf7ce7191967f06b383ad1f7 0.00 MB 4 0
115,607 115,607 000000000000ec334753f8e96f139fc09849f957ab4f52b6939bc8a6cb0fc99c 0.00 MB 9 778
115,606 115,606 000000000000a214a27c11096878a41d8df6c1a903494165ee61d3584b5e37b9 0.01 MB 9 816
115,605 115,605 0000000000007285d3f39e2437d92fd494dddb34be71a392b2d70df98d8e9ff7 0.00 MB 10 646
115,604 115,604 00000000000084a00c8635e5d2cfcfad36d830b8361420b26a2fb17bf7bed609 0.05 MB 200 60
Previous 10 blocks ↓
Total Size: 769.33 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.23 GB sent, 94.64 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.