Memory Pool Memory Pool Refreshing

567 transactions
0.18 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
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
907,986 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 563 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,985 (811,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,361 96,361 00000000000738e8c3c78903366fc34f9b4bb40caeb3961c32dd8fb950294c25 0.00 MB 2 0
96,360 96,360 000000000007d2cbf4f5d6589c9fb2a928644815441c1b0bff5793c5440f948d 0.00 MB 2 0
96,359 96,359 000000000003566a5131932d39d0be13d0ab54da358138bc33b166f56823174c 0.00 MB 3 0
96,358 96,358 00000000000727a94a3b5581bfcd29ef585374e173883306873cc62597808cd2 0.00 MB 2 0
96,357 96,357 00000000000374874a462eb593f37fb074f83cb28d7ecd1f6c6e852e9526c5b2 0.00 MB 1 0
96,356 96,356 000000000006322ef7cf155e2d1c55b97b9df97c2bd5e83cec15f9a918541a5c 0.00 MB 2 0
96,355 96,355 0000000000055f8ffd758f127c28e9b5f41b63071bd4553e677c6ff4b5aa4061 0.00 MB 3 0
96,354 96,354 000000000007c0130e5d006914fb7d09e9dfe4d8e6d044d4d07339405aca7769 0.00 MB 1 0
96,353 96,353 000000000006c09a76a78d3a6b30aed850ab9d0941f74987d068ad1bcffcf6c4 0.00 MB 3 0
96,352 96,352 000000000000427f554f01e8637bbcc99a7d7e4a2bb260b29e243b4139767b35 0.00 MB 2 0
96,351 96,351 00000000000086dc4736c254aea0aa01a58809ebcfeef4e7a437f18c7ce8b254 0.00 MB 2 0
96,350 96,350 0000000000037b47ed750bd4dba3857c8d6881c5ca4b73c7f98533d1b47d4fe0 0.00 MB 3 0
96,349 96,349 000000000006128490ca8dfe3dd3b8f5e4689aaa409a10990c0ddb086efe7224 0.00 MB 2 0
96,348 96,348 00000000000474d6898d843fa0db01a19147a640faa00a4e8210f4351c743eba 0.00 MB 3 0
96,347 96,347 0000000000029f03f66222f28f74cc50f008f85f330fb404394adff394f9b22a 0.00 MB 1 0
96,346 96,346 0000000000051da190139a6588b218e09a6c97be1e5cb21192fb4a7534dd2305 0.00 MB 2 0
96,345 96,345 000000000002259a3e484b8fcbe7d738d7882e003c8005e9e444bac4c47374fa 0.00 MB 3 0
96,344 96,344 0000000000031e39b8adb0f78c5949850393ea965cab7b4660c9dac711f904b6 0.00 MB 7 0
96,343 96,343 0000000000048db88abf6db55dc281bf5c21f5311f43779201b69cc47ed2b7e3 0.00 MB 1 0
96,342 96,342 0000000000047ace21b8e89eaf2db6c536ac3d0d1651b6f657feaae315d09d4b 0.00 MB 2 0
96,341 96,341 00000000000691e13645203f5ee7068f94493d86257dade67218d263615e66c8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.52 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,647.51 GB sent, 95.53 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.