Memory Pool Memory Pool Refreshing

2,774 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
901,488 000000000000000000023a040000000000000000000000000000000000000000 ago 0.83 vMB 2,773 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,487 (768,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,042 133,042 000000000000050e03851523820b3386e31495a724a7d678a2413b41d26982f6 0.00 MB 13 1,183
133,041 133,041 0000000000000d863a6e2e33d1df27a25fc967402fb073d1ae3483dcfd89b8c3 0.03 MB 111 357
133,040 133,040 00000000000012df0e050dff19a8b6d5369d8e560c4d905cb9918dac93ac2661 0.00 MB 20 0
133,039 133,039 0000000000000d7d82e0282381324715818c6b80868ca05a008c1a2ea711bd63 0.01 MB 46 226
133,038 133,038 0000000000000569ad4011c8105047abd817f72548b884f2deb4a42e7247a8db 0.01 MB 22 573
133,037 133,037 00000000000009e38e6f890f84370ef88505c3ffe304de91f9a6a8b460a5e673 0.05 MB 140 238
133,036 133,036 0000000000000317c8021e336fcd748273b2a5b25fe63193311ba73bcb865b44 0.00 MB 13 436
133,035 133,035 00000000000010d36779832ca7905a33bf741f4ec75077a36ef0d2dd259e444c 0.01 MB 35 788
133,034 133,034 000000000000092fc49a39d303ec8dec115a06feef710102c08bf3c0c4d6c0bf 0.01 MB 38 777
133,033 133,033 000000000000065a4dfa8d22a23f9ad43edfd4fe38d97939b352da8405ee32bb 0.02 MB 75 798
133,032 133,032 00000000000000c8244b964994e9ffaed162021eb9853e6ead4f29da09884660 0.02 MB 15 58
133,031 133,031 000000000000129d039dde9bf7835220b02d655d3efb928ee87cf4dadebe365d 0.01 MB 36 338
133,030 133,030 00000000000007f563a060344c83d03ca643e20bb87355e29b1f9845f16e5e08 0.01 MB 12 204
133,029 133,029 0000000000000e7637f4028ed466b38e9a13017a34574a52ee45a1a34ff803d3 0.02 MB 50 445
133,028 133,028 0000000000000744c0d524888bc6ce5b06f13a902355f11d5e787b1ed4241a0b 0.00 MB 10 724
133,027 133,027 0000000000000cd400d45c3f4765265d1b83055f4675aa3fc9839a31a34a0757 0.05 MB 149 125
133,026 133,026 0000000000000817faba677870a5b5965725a7558f1878c70dd6a057c2d62dd0 0.00 MB 18 10
133,025 133,025 0000000000000b0dc01b05db8087be483a8ab566e6cfdb8bd63b58f9948d9247 0.01 MB 37 470
133,024 133,024 000000000000092483448d061b1720f58136e2bb38a2ff3e8cf57801bc367274 0.04 MB 124 288
133,023 133,023 0000000000000cd9dc20217fff07a378caf1133e94e0c18778ec4fcf9470a2cf 0.02 MB 47 274
133,022 133,022 000000000000128df6825129529a9a95c78f420c68f0a05542a6a4efff35880a 0.00 MB 9 846
Previous 10 blocks ↓
Total Size: 758.29 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: 735.34 GB sent, 38.26 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.