Memory Pool Memory Pool Refreshing

17,806 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (42,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,779 864,779 00000000000000000001ffb8dd1f9975111f1892c9102853b6eb90f9413f440a 1.60 MB 4,803 6
864,778 864,778 00000000000000000000e1eba946427ab210ec3b9d9d3f7cedd93a73228c38ab 1.45 MB 5,522 8
864,777 864,777 000000000000000000023bd03c252718bc4fd651f55891c834677d7d5634ec60 1.48 MB 5,331 11
864,776 864,776 00000000000000000000cabec018e3de65c8a10e72320422437f5f43d99461ce 1.77 MB 3,837 4
864,775 864,775 000000000000000000032c25878978149ae3f35bcb6b0eb376089138c46588ad 1.68 MB 3,486 6
864,774 864,774 000000000000000000011478d28140c5913b0035862a14414b5005b6a0800e1f 1.54 MB 4,675 7
864,773 864,773 00000000000000000002d7402035cc118715dab2dd4eb3040899db5e1331ab62 1.57 MB 3,881 8
864,772 864,772 000000000000000000016f2f8b8a2e3cf6939e4f6c2401ca34e89c9915c3b19b 1.49 MB 5,136 6
864,771 864,771 00000000000000000000c856a0d9add31772a5ea1c528b7c3d773e83927b2793 1.55 MB 4,893 7
864,770 864,770 00000000000000000000a3f265e64adf2be34c1d8ba26ca883271ebb12bd0443 1.52 MB 5,229 4
864,769 864,769 0000000000000000000011e7ed9306d68859fb56fe2cfc1b1b3db3f35cb8de1a 1.51 MB 3,981 6
864,768 864,768 000000000000000000019a4c1ccbb8b7f5d2559519be4ef3d16095fbfdec8b17 1.59 MB 3,735 7
864,767 864,767 0000000000000000000050c19e0b7faded9cd468470f6c6bca6df1a6a9fa51d0 1.89 MB 3,925 3
864,766 864,766 0000000000000000000053133a61ce1cc5b53adb585ce08571d02bcdc09b4133 1.41 MB 2,986 6
864,765 864,765 000000000000000000030a2c585ca4c1dc1ebd481043dd2d4c8b62715296cf3e 1.56 MB 2,742 7
864,764 864,764 00000000000000000001e4273c7db9554af917e10bc0e943f6c318c746a17247 1.59 MB 2,987 12
864,763 864,763 0000000000000000000097006682c58103eaa613e858f85e888f8854c950e2f8 1.49 MB 3,409 5
864,762 864,762 00000000000000000001b2ee7fa970ebe611c07898b6789b68947c27f5bc59eb 1.60 MB 3,832 11
864,761 864,761 000000000000000000028dd4b51412588ca3b888103e81faf1c60f1d7446d563 1.99 MB 2,224 2
864,760 864,760 0000000000000000000163ecc732885455f41ee7633edac47d1606ad5f7ec941 1.73 MB 3,967 2
864,759 864,759 00000000000000000001d575310903105f63832c20c1830025f93baad11d9161 1.63 MB 4,061 4
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.