Memory Pool Memory Pool Refreshing

327 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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.10 vMB 309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (906,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,321 2,321 000000005a3e48ac94931820ecad2e423467232c48b9258501994ff61a548ca6 0.00 MB 1 0
2,320 2,320 000000007c10649de417536ee07de1f01c0626c12b7ba2e4d5fbba3795eb1a69 0.00 MB 1 0
2,319 2,319 00000000303a4583fd6758b31198cb8bae8427dbf62f879a0848539a6a5376f0 0.00 MB 1 0
2,318 2,318 00000000fd09b9bde2042508551ba03266daf362e8e2029332c2d93d0c947033 0.00 MB 1 0
2,317 2,317 00000000e0fb65763a98dd44af4150924c3be965b545c625f8999821cf7bf37b 0.00 MB 1 0
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
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.54 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.