Memory Pool Memory Pool Refreshing

2,210 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,565 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,209 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (906,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,311 2,311 00000000c56f613c78509701f4564954047124e8313743795ae073b86003012c 0.00 MB 1 0
2,310 2,310 00000000947dddd5cc9dab71d3088ca43f02bb3dab80712f693dd7ce67c0077a 0.00 MB 1 0
2,309 2,309 00000000d57d78286874d1070edbac52f2db69b0413214a112f63d620d259922 0.00 MB 1 0
2,308 2,308 00000000e0600b60a1e769bbc5b45a3f2e081ad11f6ee7e63850fefa281236d6 0.00 MB 1 0
2,307 2,307 00000000b352e35abc4dc0fc9a58ca52631616d28b1a42245166f3dcfef5df9c 0.00 MB 1 0
2,306 2,306 000000002723d8bf25e81b295070bb37f03754fec32dc494d6426c9a2e776b9a 0.00 MB 1 0
2,305 2,305 00000000f859605cd1ae6c87a84a9ce862da68db1481c8d508ca4d1b0a35c6a7 0.00 MB 1 0
2,304 2,304 0000000083a06109f41e330f5ccfba3c146cfa37496a821b05aebc7e40fa30d8 0.00 MB 1 0
2,303 2,303 0000000034513c8f15e871647ead42a924d597b5c9303e6aea529cf06ad302aa 0.00 MB 1 0
2,302 2,302 00000000c00a1d667be37a43eb5e5f2a409cc0a72d9f3fa89a42d41409cd5ba4 0.00 MB 1 0
2,301 2,301 0000000005293c54b44c3ae0230ebe9efab661dd7b3068fa44ad33e872282363 0.00 MB 1 0
2,300 2,300 0000000091a5fdf4b5f5fe07ed869bf82049b3d61a403f2771b5cbd1937dad09 0.00 MB 1 0
2,299 2,299 000000005845885b0f3e66a5a7377c408c7c42bad7528f44862f7b7e741bdb9e 0.00 MB 1 0
2,298 2,298 00000000de1a62f59c544724d3d7267033ed03b8339aa5469a15f44da2a36428 0.00 MB 1 0
2,297 2,297 00000000461d0e76325c7870b4b0f72ae0b8778c421d0d660860c9cdc88d44ac 0.00 MB 1 0
2,296 2,296 0000000007df4a6e603db155f76ea469131b1ba6c8e1aed5179ef5c29108c92a 0.00 MB 1 0
2,295 2,295 000000000173afcf79614b471d2956e6f6419ea33c6adf8201d7638a2c00ec1f 0.00 MB 1 0
2,294 2,294 0000000018f5849fabd683aa992bea25e2d9c8a7d8744dca5f67176d414d7df6 0.00 MB 1 0
2,293 2,293 0000000099731fe1e5dcc7b7aeb1f00c54abefb676a96f2a08c36117b89c18f8 0.00 MB 1 0
2,292 2,292 00000000f428507fbe8d6d33c51180fba0c9fa5bb937430d86d84ac649f6fd1a 0.00 MB 1 0
2,291 2,291 00000000ac60be46c3f78d9ef740ea974d910a7f51b0f0befdcfe0400469a80d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.70 GB sent, 100.68 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.