Memory Pool Memory Pool Refreshing

1,780 transactions
16.13 vMB
Show Random Selection Loading Transactions
Max Size: 66/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,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,464 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (903,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,013 5,013 0000000082b427d4f4c3dec9e1df1b9f32b426fa8b12e85384921aa3f59306c3 0.00 MB 1 0
5,012 5,012 00000000cc686b75642b77dc7239109ffab8d22f697f6b4425ab4edc8e0c2250 0.00 MB 1 0
5,011 5,011 00000000c535e0f28e371322849ab28abb37ddd9dbe3c2e100302375ecf63fbb 0.00 MB 1 0
5,010 5,010 00000000708927f1d6d2b36335dc00fd53de68fa1f78972a34ed830ba1e42c90 0.00 MB 1 0
5,009 5,009 00000000db02b5d1a108b80d9f7aaef7abe80c5d583aca83ee630d77d1c6b1a9 0.00 MB 1 0
5,008 5,008 00000000b3d4db87a344aa8294146ea5dccace239800c314a757a8595c5eac9f 0.00 MB 1 0
5,007 5,007 000000002d2e2c744dcad27e34b5674ce03194451fc82d34d0b114aea1c8e823 0.00 MB 1 0
5,006 5,006 000000009445629e5662b81815da26b0cdfa65c54f9b64378ab2a3d501087438 0.00 MB 1 0
5,005 5,005 00000000d8e1ff70753bdcc86a037f9394d61c9437d1a14f9878c6b52285cbb7 0.00 MB 1 0
5,004 5,004 00000000422e1857bb1bd758376a2e541cca2f329de1a63663f1fd9787476f01 0.00 MB 1 0
5,003 5,003 000000004a365ae12d9e43615db500336e9c40afd19502d3e1fa066e0c924532 0.00 MB 1 0
5,002 5,002 0000000058c93b07908de1a99f12593a18c0dbdcfd912c2327ecd36a6bac0c8c 0.00 MB 1 0
5,001 5,001 00000000284bcd658fd7a76f5a88ee526f18592251341a05fd7f3d7abaf0c3ec 0.00 MB 1 0
5,000 5,000 000000004d78d2a8a93a1d20a24d721268690bebd2b51f7e80657d57e226eef9 0.00 MB 1 0
4,999 4,999 00000000c9a61ea18fbf06b03e10033355e6eab3de038d975f40af9babbe0658 0.00 MB 1 0
4,998 4,998 0000000097af7bc4e7c62e316c7288ed6b37e7083ebd6209f17e5de60dfa98b1 0.00 MB 1 0
4,997 4,997 0000000076a2ce70e7323a4f3ccae9302d0bd4452a0f164767cc872e70238acd 0.00 MB 1 0
4,996 4,996 0000000067088c4f789903333a7e50cc34cbd5784f96d2a112670b5b571cd077 0.00 MB 1 0
4,995 4,995 000000007dce0a462058ba41965c44be67766dffd42b87f02804a4f257bd3ad2 0.00 MB 1 0
4,994 4,994 000000000d1a13f38e7174bd1eb3a87c0690511759b46b601fe452f319b09e4d 0.00 MB 1 0
4,993 4,993 0000000039ec9a320d22da935ddace441e1f9b3827c33d693d366fb6a788a818 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.45 GB sent, 98.50 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.