Memory Pool Memory Pool Refreshing

7,963 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,780 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (45,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,748 861,748 000000000000000000021574f3fb07130d969eb41301edbf10bc6dea8f7064cb 3.44 MB 744 3
861,747 861,747 000000000000000000009afe687d339ea649af875b0cf990aba1567f72c20687 2.89 MB 1,564 6
861,746 861,746 00000000000000000002ec9814e822de22af028336241232d2ac52e0546b114a 2.52 MB 1,980 6
861,745 861,745 00000000000000000002293934890b15014329d1eb71a2e1a1703cd56e2bbe18 3.08 MB 1,635 10
861,744 861,744 00000000000000000001e4c158351af6b01985d68b764c6cd9ebd407186aab98 2.62 MB 1,891 6
861,743 861,743 00000000000000000000af50fc33e8317a7c016f26667f0816e37120e65b79c5 2.98 MB 1,931 9
861,742 861,742 000000000000000000002fe5032463ec838601120b9411681abea9973723e8b5 2.69 MB 2,115 10
861,741 861,741 000000000000000000016c280cbc17ed15ff8b6933e33e8b9501cd29b024f5ac 2.56 MB 1,033 3
861,740 861,740 000000000000000000029770fb854a2ac3467143a08358cf8c765c55d9a37b3d 1.96 MB 1,693 7
861,739 861,739 0000000000000000000122577eaf8df6db9651876c2c54f416c5905f8f831257 2.19 MB 2,356 7
861,738 861,738 00000000000000000001c3bcb000da88ffee7aba24618538ce1951bc4d03cac9 1.93 MB 2,658 7
861,737 861,737 000000000000000000007c54d85b65b16082b70bd2e5bf1f7c074dade5081409 1.82 MB 3,916 5
861,736 861,736 00000000000000000000d992c40a2f61714eaf0b589fd96e1caecdb3c9256ce2 1.76 MB 2,917 6
861,735 861,735 00000000000000000001fc0b4d39cac7198a28649d1b2bb2edd1ac031507cf8b 1.84 MB 2,343 7
861,734 861,734 00000000000000000002a3c4fe07a71e0a0f586aa1eb8484934e2f9d8607bafc 1.88 MB 2,799 6
861,733 861,733 000000000000000000000fe5549f0a6bceeaaa403d2059e29912b54a4b9ec4ef 1.83 MB 2,067 13
861,732 861,732 000000000000000000008dfc59d82518a12888f17fb0213fe0db8102afffe0cd 1.90 MB 3,333 7
861,731 861,731 000000000000000000004ef2bb70ba8afacf1de7c0dd96cce8d321bd59f80250 1.84 MB 2,641 7
861,730 861,730 00000000000000000001e097b04cd8b21327c52b6e3e7b534b89c827bb5b4ac7 1.66 MB 3,359 12
861,729 861,729 00000000000000000001479ec6ff40ba9e4e70327b3077ea62a05abb8420c167 1.88 MB 3,155 9
861,728 861,728 000000000000000000014437d7bba984a9d65003f1ac07ff17eb3a0e521bf107 1.49 MB 3,473 17
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.