Memory Pool Memory Pool Refreshing

1,714 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (259,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
647,967 647,967 000000000000000000044637d5c9e674bca0839eba3d374e729f576f43afdc6b 0.18 MB 465 45
647,966 647,966 0000000000000000000a5cd7eed3cd521045b5da6a811f6aadf50180bcd21293 1.16 MB 2,632 45
647,965 647,965 0000000000000000000fbc9fe322dc896c6d5bafb7b24fe552beeca555ef4146 0.29 MB 464 50
647,964 647,964 00000000000000000003dd7eca797a2c4c17a4a26c8f0023866c723117e89a06 0.27 MB 532 34
647,963 647,963 0000000000000000000b3ca0fd1287106f4cd3e6ae112e0c2884dd065e80ddb6 0.43 MB 1,015 42
647,962 647,962 0000000000000000000acb37778a40283817f9c8bedcbb7b2d8f6aee1b94d33c 0.89 MB 1,575 25
647,961 647,961 0000000000000000000a6e89e4ef8ebda817645cba7562aa378620f2ec290c02 1.19 MB 2,517 20
647,960 647,960 00000000000000000003ceb0f1fc455e5e4e93bb7ae741a9c9379231ce312889 1.29 MB 2,938 85
647,959 647,959 00000000000000000003395ed948fb5d691cd136e95cf2f4ade00627ca72ba9f 0.68 MB 1,520 45
647,958 647,958 0000000000000000000436970068f1db74e13a3bf9ede2d885dd756e3b7ef456 0.70 MB 1,329 24
647,957 647,957 00000000000000000004e1525998bd4c0959dee606571a667752a50f94ebcafb 1.34 MB 2,483 44
647,956 647,956 000000000000000000036a7ea9fe61eadaae339199a2d5b8a20cfadf25ad4d70 1.39 MB 2,271 40
647,955 647,955 0000000000000000000837015538d7d66a937345ecbf51d38445f0e77ce3d9be 1.02 MB 721 41
647,954 647,954 0000000000000000000ab5859170a103a7140b0bc3a700d897282623a537aa9d 1.33 MB 2,699 39
647,953 647,953 00000000000000000002473b6e41a8a9ff1fe450fe6b46e88864044ef59850c7 1.04 MB 2,091 45
647,952 647,952 0000000000000000000702d420d8b494fbd82daeb9ec72651d6c06f6bd1000d9 1.09 MB 2,218 42
647,951 647,951 000000000000000000074b4e883762b277ba2b05c872d10b876140a84dea7c1b 0.60 MB 1,190 46
647,950 647,950 0000000000000000000c151db4fc1c97e543d07c96ea7094ef006e2b28030dc6 0.57 MB 1,112 55
647,949 647,949 0000000000000000000dcfb6c1dbdbbf94503b26998b543273468b7825de7509 0.86 MB 1,206 4
647,948 647,948 00000000000000000001ad28b317cd68e5962451c087a45ffff924c703149a23 1.25 MB 2,267 33
647,947 647,947 0000000000000000000f098abe640ab6d8e8e8cbdacccc255cdc26a36e48768e 1.22 MB 2,620 22
Previous 10 blocks ↓
Total Size: 769.15 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,632.49 GB sent, 93.62 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.