Memory Pool Memory Pool Refreshing

1,717 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,709 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (907,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
1,002 1,002 00000000430a20b3f4f658c153168b6615512dfe1a8362602e44a5e11e83011a 0.00 MB 1 0
1,001 1,001 00000000a2887344f8db859e372e7e4bc26b23b9de340f725afbf2edb265b4c6 0.00 MB 1 0
1,000 1,000 00000000c937983704a73af28acdec37b049d214adbda81d7e2a3dd146f6ed09 0.00 MB 1 0
999 999 0000000008e647742775a230787d66fdf92c46a48c896bfbc85cdc8acc67e87d 0.00 MB 1 0
998 998 000000003b2cfccabec62b1f874ee8e8e3c481a7e78d5188d7777fbbb948f1a0 0.00 MB 1 0
997 997 00000000a231f8c4eb3e7abd317d52964002854596956660a678e4d11537e73e 0.00 MB 1 0
996 996 00000000135e515a3570b8bd43cc0e5bc301780b7d98a57fe980739df183d289 0.00 MB 1 0
995 995 000000000881c1287f3eb22d7cf45356c826ec0d35ecc0a7724b3f7b1817d3f0 0.00 MB 1 0
994 994 00000000f6e8e7975456ff3cdff418d55552c6a99cdbaa54cddd53837f974d7b 0.00 MB 1 0
993 993 00000000347030f090cf9ee7e51d421804362334d1f97905b6b7158d2d3fd737 0.00 MB 1 0
992 992 000000005b113ff7a3a03d633e87a416a372f09b37da8891650c6f8812e7288e 0.00 MB 1 0
991 991 00000000a97c5e59f98521c4c84e14ce030c67611feb28221c5a6f1276be5efb 0.00 MB 1 0
990 990 000000003fd0fa5f78eea07b6daf176bfab63fb28a56768e7bbce39f047a7c14 0.00 MB 1 0
989 989 000000008a3893cb71fd4fe6d29882bec1de9fdbe70a4f5408f6d9bb6ff2680d 0.00 MB 1 0
988 988 000000005b01b8ddef835564691bd96f7c418dc48f399e6949cf5607420d971d 0.00 MB 1 0
987 987 0000000046e6482b90633bb69bf904b904ca955e275fbe93cbdd5c9dd78dd3f4 0.00 MB 1 0
986 986 00000000bdc6a035a608cc5e03e7e35fd39d520eb1003b1a4c937ad30baafa94 0.00 MB 1 0
985 985 00000000b7c1c85a20a8912759dbf358891ac723c1bd74200107fe01278f7535 0.00 MB 1 0
984 984 000000003182f3b9579afb0a93a01e40c86eed120dfe45579e37c89874c372f5 0.00 MB 1 0
983 983 00000000bf6d26fb6d73d9473701ad8452bc39e0c2e98a5a4007bdcea01c23dc 0.00 MB 1 0
982 982 000000000bdef3b2f2cf98e7dfbbf1d2c2301f6174797c80fe447218e138364d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,784.22 GB sent, 99.87 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.