Memory Pool Memory Pool Refreshing

9,187 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (790,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,957 116,957 000000000000459c17f2303a0b4a2e64c235ea703913716b90f4d777c5861049 0.01 MB 49 740
116,956 116,956 000000000000adad99e4b14edbd0ea6acaaf1bbee16ea307b096a032ebb7760c 0.01 MB 19 1,564
116,955 116,955 0000000000007abdea01673baaae8f591e4df72087517b5d669c02c28162e22a 0.00 MB 14 1,562
116,954 116,954 0000000000006feec3376c073086eae5f3e906e2f759880a32bfeb3ca2e0a89a 0.01 MB 25 340
116,953 116,953 00000000000067505154d39d546bbe6b4096ec0d5e00c9e61f193d0910c6cf6e 0.01 MB 50 3,160
116,952 116,952 000000000000cb53fafa88a238035d1577e57220c7105182550103a344fd7cdb 0.00 MB 12 0
116,951 116,951 0000000000003438d5f079920a1ea3daa500a4c9879dcdcb886cdea639c4d100 0.00 MB 1 0
116,950 116,950 00000000000095870028859814298eb3ed820b1d5c83a4a994d8b4f2a8f5a9e2 0.01 MB 7 364
116,949 116,949 000000000000a59dd1dc069f006161e1036accfc0e1615e972767c92c5f5dad4 0.00 MB 1 0
116,948 116,948 00000000000040eca427da27e74f6fb53aa54db68688b9a42c2271dca1d36845 0.00 MB 10 355
116,947 116,947 0000000000008fef649d2f511809511914f9dd8b18189e7859bb26c792c178fd 0.00 MB 12 0
116,946 116,946 00000000000092a79f2cef7647d69c341a86b9a19a58064ed36d2bca46aa61e3 0.00 MB 13 973
116,945 116,945 000000000000a732ec07acf5366ca6975062f578a7c0ea4a20887825a10c956d 0.00 MB 2 3,875
116,944 116,944 00000000000082f6767d47abf0cc0e8c98d2127c517ab8d1a0180e36802fba9d 0.00 MB 13 801
116,943 116,943 000000000000425d16b1ecd91618bb999a305e33b2d8564e5371242e7c8783d6 0.00 MB 10 1,156
116,942 116,942 000000000000016cb2e8ca6f85905d0588d5b60e640121e830b1be1a434c5904 0.02 MB 30 496
116,941 116,941 000000000000390fad0454d175bd5ce6e209aafb6610543c90137f22255e54e0 0.00 MB 10 0
116,940 116,940 0000000000007d1290791f4ef266d6d3b36720b904d43a85f9322300377b6403 0.00 MB 1 0
116,939 116,939 0000000000000bbe99aa153c79a19af89981f84bd5316eb351e4423b4efb79ce 0.02 MB 64 1,693
116,938 116,938 000000000000c4f86ca03ffdc6e2e1cfdfbb8b1373846a18594810ba348d68be 0.00 MB 8 1,613
116,937 116,937 000000000000c4ebf09140ef5a2d2aff930095388b7f1c8d6f5691e2a59dbfe5 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.