Memory Pool Memory Pool Refreshing

7,309 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,661 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,337 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,660 (36,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,811 870,811 000000000000000000018d60ef15e28e829c0ca7cb7ebdd774b414029a147382 1.47 MB 4,740 3
870,810 870,810 00000000000000000002913cecce616df91f7466d2fa547eb9ddd77d6dd87e13 1.50 MB 5,993 5
870,809 870,809 000000000000000000029fabe7285e4ba78891e55c8e77cb83636c79e1143dcc 1.57 MB 5,862 6
870,808 870,808 00000000000000000001cad1e7e3a2fbbe0d0bb454767e0b9202c35863d93c3f 1.50 MB 5,916 6
870,807 870,807 00000000000000000001d4e13bb049f1fde1bf997ca6415a80d8bad4054b7b9a 1.51 MB 4,774 10
870,806 870,806 000000000000000000009d6d33eeabd0196a324b14c7a4b36614a2153914bd98 1.97 MB 2,095 2
870,805 870,805 00000000000000000000976c271aacf4c5eb3ab1d8c0e6400432411f2566be01 1.42 MB 3,766 6
870,804 870,804 000000000000000000023baec3434154bb62f4b06d680309cfdb8edda401a3e4 1.58 MB 3,644 6
870,803 870,803 000000000000000000026110833a34bf6557345df3b4b61d4df72bd5e754dc31 1.40 MB 3,704 5
870,802 870,802 00000000000000000001493930c29b1d72714a258b74abba4096071fe29d8893 1.50 MB 3,186 5
870,801 870,801 00000000000000000000b6ca0be6233dfb6573efb01b4a91610ffe17f69f0542 1.57 MB 3,474 9
870,800 870,800 00000000000000000000e00835c9fac414c7a958ac787b9654c3edcbb85f8b33 1.55 MB 2,806 5
870,799 870,799 00000000000000000001e149480b4aba2fec3336740f2ef3b3a14a26b5b187d8 1.60 MB 3,451 24
870,798 870,798 0000000000000000000293b99c353a156663d4fd5cb7f818a848b08eeb59a727 1.90 MB 2,865 3
870,797 870,797 00000000000000000001365fdb13008ea08019a182df8bdc4109376d51a58c6d 1.55 MB 4,702 4
870,796 870,796 000000000000000000002a6d7850877067ab06f3b5bca5f5c51ecb1a843a086b 1.58 MB 4,066 7
870,795 870,795 000000000000000000008922a45a1a25c64dc5c000390ba7fa6e8f98dea4f582 1.57 MB 3,362 30
870,794 870,794 000000000000000000014bfe3bced3646aa60997e28932f3f45c6a0959fb65d6 1.55 MB 5,436 7
870,793 870,793 000000000000000000001637cc77fa29ede24d3a6bf160f9dbdeab30748fee52 1.51 MB 4,955 8
870,792 870,792 00000000000000000001eb0e66859550a3c39f1236516d5c3edb1e3ab168052b 1.58 MB 5,413 6
870,791 870,791 00000000000000000001e0d40f295f9625c4ef7dd327f52080865c115feb584b 1.54 MB 4,160 9
Previous 10 blocks ↓
Total Size: 768.91 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,603.42 GB sent, 92.33 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.