Memory Pool Memory Pool Refreshing

1,888 transactions
0.66 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,648 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,869 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,647 (849,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,525 59,525 0000000003014aa67a98f372c10c17572072392943c5096018ccca45a8d86c3f 0.00 MB 1 0
59,524 59,524 0000000005e65d167018ae8de86340f15c166a3bf5471e1c32c6acb41bb06a01 0.00 MB 3 0
59,523 59,523 00000000094baceadd9d3ad0b8b77299f7b3335f423ec22bfae76d601f5fd086 0.00 MB 2 0
59,522 59,522 000000000ea4e3710b8e8c07c59c05d36cd84c63b7a03f9fc85903a64abd0430 0.00 MB 1 0
59,521 59,521 00000000057284b575a1d8b86e0cde4d2698ff22d858e00af571f11b5a86310d 0.00 MB 2 0
59,520 59,520 0000000001525f82c5c09197a7dfa9e86eb7628a9d286aba6927226daa13f2b0 0.00 MB 2 0
59,519 59,519 00000000087253f191b5ae26c0501d6ba69004b9162fcb7ad0a5109a0a97180d 0.00 MB 3 0
59,518 59,518 000000000abc52968e4573cdeca41619eed2e8ac7e47a4f16eca928c065f736e 0.00 MB 2 0
59,517 59,517 0000000003b901f5dab6ddcc99f812fce3aee88d0a8b1784ab4ae9608caa86cd 0.00 MB 1 0
59,516 59,516 0000000005d2bb9951d09183543c81683750631b88ba88e75fb2e2fe7b431e2d 0.00 MB 2 0
59,515 59,515 000000000c9d42305f608f042bf5049ba89e6a742859fda09707a1565beb0684 0.00 MB 1 0
59,514 59,514 000000000998cf233e2ff913c35fe16d291dd6a6681adf800cd20ab2888aac32 0.00 MB 1 0
59,513 59,513 0000000003e82c6b1074871084d6bedc553e94ca64c850746b4da233e6061318 0.00 MB 2 0
59,512 59,512 000000000283e3d79f25d156f5fc5c643308fb4db285c5c5e3d7fcc61b69877f 0.00 MB 1 0
59,511 59,511 0000000006416c24c19e6396df460f17c0d57000ade53f7e3bcbf94cdfa4a3db 0.00 MB 1 0
59,510 59,510 00000000008cca76d5eb080f2a22a4ada8aedc6fe088172dd9f0b3c19866a6d7 0.00 MB 1 0
59,509 59,509 000000000eeee1cc3d9eff682b5aebba482a4248588d0c4304f3e97374aa6f98 0.00 MB 1 0
59,508 59,508 000000000f20a1bc1b37ed662ecd541fd37dc10078f2d017de51332a540bf18b 0.00 MB 1 0
59,507 59,507 000000000a7b4339bc2883d1e7cf01a88c5782c80a319362614335fc4370c9df 0.00 MB 1 0
59,506 59,506 0000000005de5cf86d51d816168fdd5e5bb4baf8e317a8966bf7e496039182bb 0.00 MB 1 0
59,505 59,505 000000000bbd7197b3c92b558500a3afe2a5f053d92267bb53170511967a6296 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.37 GB sent, 101.42 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.