Memory Pool Memory Pool Refreshing

1,068 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (906,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,316 2,316 0000000084fc48f2fc98e994ab6f676ef5a58992954775d6e02e5a864ca93455 0.00 MB 1 0
2,315 2,315 000000002d12c33db8318af7ea6836aabd8b2da30dca4b3a7e38a48dd99e6ceb 0.00 MB 1 0
2,314 2,314 000000005f94dc8d776ffe1d1e27e0116fb5308d3f65b6c4c077c675d3d92e84 0.00 MB 1 0
2,313 2,313 000000000c7cc1382aea8698cd52304cfcff6f3f044958acbf890da20f096674 0.00 MB 1 0
2,312 2,312 00000000c07fd2bc50c21d3acd40b37f591ceaeb6dedcbc87c2f5a92b8c880ea 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.