Memory Pool Memory Pool Refreshing

2,569 transactions
11.35 vMB
Show Random Selection Loading Transactions
Max Size: 47/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,341 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,449 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,340 (810,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,093 98,093 0000000000019632dd44386ddc46297e4a58c88e76bcfc609e482b57d94952e7 0.00 MB 1 0
98,092 98,092 0000000000001cb5e334d7aff298d3247156043c386f1703c2ceae8ba2b3d52b 0.00 MB 5 0
98,091 98,091 000000000004019586eb736480d19e74b836b9a351d43caf7753a300557bdf18 0.00 MB 7 0
98,090 98,090 000000000004396f74ad532e73cedc30d5740c740706f5e19eaf7a3ca195736b 0.00 MB 4 0
98,089 98,089 000000000002d0fad043ee0f34f015e981fa2aec2e80953f1c9f80f0237589ac 0.00 MB 1 0
98,088 98,088 000000000003780f26ce19944d02cba8ff665b0329044898774962d78fc54982 0.00 MB 3 0
98,087 98,087 0000000000033d49543d86837b838e76fa26545b18dcf2cb63abb36c54801399 0.00 MB 2 0
98,086 98,086 0000000000021e6041fdfa3fff3cc2c0d444e95356dfba2fc4782fb99ba90e9c 0.00 MB 1 0
98,085 98,085 000000000000e2d146433fcd4eaee6f2e080058def1d1a8af1fd2bf9998d4bbe 0.00 MB 5 0
98,084 98,084 0000000000040f97fa34328d2e29656c9711d41b9901fe0645c438447346e99b 0.00 MB 4 0
98,083 98,083 000000000003616d14f67370227081555375a5a80c3881aa45fb914c27b15c04 0.00 MB 9 0
98,082 98,082 0000000000052ff0ed587a6a68d27024954bde26b994e7fb3677d0e64d15180f 0.00 MB 1 0
98,081 98,081 0000000000049b26d9a81858789244609e2626144a69c2730802c52243815e6e 0.00 MB 3 0
98,080 98,080 000000000001cf4430825244cba457d9703a448b6d087c40bda8525fec5ec717 0.00 MB 3 0
98,079 98,079 000000000001806f8ed4daf98ddae45a76401e42feccb5e323463fc085ba0a3c 0.00 MB 3 0
98,078 98,078 000000000003243d3ff3bc89d8f7f201e315a8b1d58433bb1cea5413401f4a0e 0.00 MB 1 0
98,077 98,077 000000000004eadab07d4c4cee1f5573ed133856cfd2a3c6ded86c20ddf7cd64 0.00 MB 3 0
98,076 98,076 0000000000017320f607bbec31d3f6b8babf08737d6d19f108664d736a1385d0 0.00 MB 2 0
98,075 98,075 00000000000534e520459429ec31b5ced85672704cb7335587fcdb559ffc4a1d 0.00 MB 5 0
98,074 98,074 000000000000d14388462495e6ad233947ab6e62766f5713a0c2f40c0db20df1 0.00 MB 9 0
98,073 98,073 00000000000360de7eaa13c2bbe856c446630445f30692b997b510d6f194ceb2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.30 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,701.76 GB sent, 98.77 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.