Memory Pool Memory Pool Refreshing

16,685 transactions (6.99 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (11 blocks)
  • 5 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (4 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,923 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,933 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,922 (855,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,568 53,568 000000000cb7da0228d52bcabe1ee545b3204a5baa0462cc93ed6732617ec829 0.00 MB 1 0
53,567 53,567 00000000019b48efb4255948378f65863026e19f4f4342a710c195987cc37873 0.00 MB 1 0
53,566 53,566 000000000b16a2569c9eb984654806d46a3c5b1ccdf157f5aac3663f2ce4a06f 0.00 MB 1 0
53,565 53,565 0000000007a33e310a09ce57614bac08a0b39676a2c7dbee89ea4d3802b84d38 0.00 MB 1 0
53,564 53,564 0000000001847acebdb54f81d4c59d3567606d86e1f4ea75f7f06edce43e29c9 0.00 MB 2 0
53,563 53,563 000000001319b491935de9ba6f73a1e63a9090230e79ee9788396db659bd39d0 0.00 MB 1 0
53,562 53,562 00000000080e921848ffba46de95afec818d569e2456392a2b9d6692275cc78d 0.00 MB 1 0
53,561 53,561 00000000122378af5cc5cec536096ba94dbbbe91c3184f6ff43d8776a7418146 0.00 MB 1 0
53,560 53,560 00000000014e798ba7bcde1257f06c4fad7d730e9f04c8fd537bcd47a0add1b4 0.00 MB 1 0
53,559 53,559 00000000003aaeab819cfe8cfc247aca0dd50f7099f09fc0e18681d820360688 0.00 MB 1 0
53,558 53,558 0000000000323f1b6e11fd4a20c80b417460efaded95949c7cedd0fd68a1ee6c 0.00 MB 1 0
53,557 53,557 0000000002a8a3b47c2c4f09ac754a469420b05e9e9fa352075d4b406edd7027 0.00 MB 1 0
53,556 53,556 00000000052ab0c88a8d99ebe602dcae4d7e5351e19bfb44f3554e71d5328de9 0.00 MB 1 0
53,555 53,555 0000000007c0701a2b275d9629f221bc6266882b6d9be395b560fe55789ce06f 0.00 MB 1 0
53,554 53,554 000000000b46a0d239bc12c8f54b8ef74b1ca607da29ae5880e783e8def32b24 0.00 MB 4 0
53,553 53,553 000000001380351f0388dac07e1506496966d54c9b7e14a4806425afe52ea68f 0.00 MB 1 0
53,552 53,552 000000000847c55d6ab847bf8cbb10a085cf58af76b3d450c78963c28a1c8fd9 0.00 MB 1 0
53,551 53,551 000000000120ce59802b9094209e955946f987049752945c7c477672f83d8869 0.00 MB 1 0
53,550 53,550 00000000051df7cae8ccd19cde017c5f3045ddccd11e90c50d4bf43b2c4c2cd4 0.00 MB 1 0
53,549 53,549 000000000cdd2eb4b134bf8c4575e96f758e1fa0ede641d485934077f8fe1f54 0.00 MB 1 0
53,548 53,548 000000000a1c65035a73907bbc8b52bdb069c3cb40ddedf9fc58e2933ddd145a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.40 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,864.12 GB sent, 104.44 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.