Memory Pool Memory Pool Refreshing

9,240 transactions
4.10 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (141,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
766,713 766,713 00000000000000000003716f27588e3df3f08e95692b6a869fbf6908a1fefc29 1.15 MB 876 5
766,712 766,712 000000000000000000031bfa5ae26e76f4f058f28ed6668cc45f3261bd4a2a57 1.24 MB 1,075 6
766,711 766,711 00000000000000000001879497275b5f13dba67bf8000c7bfc1d9e258d810aa3 1.21 MB 1,327 7
766,710 766,710 0000000000000000000471977adac4b041e4dc08e88970bc2eba5795c4acb25f 1.01 MB 213 3
766,709 766,709 00000000000000000005f0d8291cb1066a83155f4ec7823d6e4710be4a34c3b9 1.04 MB 250 3
766,708 766,708 000000000000000000015f6c8fa5aba0f370d6805fea938738213170a3ee571a 1.31 MB 2,091 10
766,707 766,707 000000000000000000004f2ecfeedd9c01ebde3ecb03177b84436da276999b33 1.08 MB 562 4
766,706 766,706 0000000000000000000074a22c4ef58f95c69b07bbdb315109bb8571380078a0 1.25 MB 1,782 9
766,705 766,705 00000000000000000008006ca63389d30957111cd5f41d0f92e83256c4098007 1.27 MB 1,551 8
766,704 766,704 000000000000000000080045095f364206b57b6bbc05e4aa8bac0b24d2d47621 1.13 MB 916 5
766,703 766,703 000000000000000000068cce4d39a287c89be8f591c8acdc53d9e427d8439a19 1.10 MB 650 5
766,702 766,702 0000000000000000000525a6abd985e14d570f78d3fa627db9dcb545e3752706 1.09 MB 540 4
766,701 766,701 000000000000000000017b2da52fc7418fbbb22be129153d4f54a20a80426928 1.35 MB 2,120 7
766,700 766,700 00000000000000000003895813adb3104ed78c60f127787be2887d7b1ed4a07f 1.37 MB 2,682 13
766,699 766,699 00000000000000000005e46200aab32b50175bc3c12d8d0063705298c1e36c42 1.49 MB 2,932 13
766,698 766,698 00000000000000000006a4c6f417384ca253a145088c1b027c99359c8cb491f6 1.60 MB 2,950 4
766,697 766,697 000000000000000000016f17017772587be28f2ac1452244fe74735bd5e58c36 1.51 MB 3,032 18
766,696 766,696 000000000000000000006587af443eeb7c5ad74421d0770f9a2dd07f9db2619d 1.46 MB 2,065 9
766,695 766,695 00000000000000000006faea90ec79a81bcac8fbe1fdce87e613a83a3c77fe61 1.47 MB 3,046 16
766,694 766,694 00000000000000000005f72d0280b660e5fedb2dc2fc23d4dd3ef57791d042bf 1.50 MB 3,513 17
766,693 766,693 000000000000000000033d4c1540039c1b903584da5670c9b12916001ea55f6c 1.46 MB 2,941 24
Previous 10 blocks ↓
Total Size: 769.03 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.98 GB sent, 93.01 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.