Memory Pool Memory Pool Refreshing

500 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,837 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (603,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,898 303,898 000000000000000029255428c39e4f1a851ef2d7cc45f97c380b0f4800f0a44d 0.05 MB 128 40
303,897 303,897 000000000000000055be5516b0718e398aeeb868c4858501930a03eddc6f1cf4 0.35 MB 705 59
303,896 303,896 000000000000000053b345240b37b1bb3d3b98cb39f6f6d647cc22f81e2b39d8 0.01 MB 34 36
303,895 303,895 00000000000000003fc3f97291542866f26893233a91b0d5aadb37fc856f3169 0.33 MB 533 33
303,894 303,894 00000000000000002e9609ca8635478d02167d07c258c2daea00d131f70489b9 0.35 MB 557 28
303,893 303,893 00000000000000003ebe99cd9e46631bead7aa5f684dfbfd85c87168627f22aa 0.35 MB 675 56
303,892 303,892 00000000000000003b0293da00a4efd2a55241300c5b89f687f0a266496ec415 0.34 MB 537 27
303,891 303,891 0000000000000000135b34f1c1e858672b7229adde8b37c143e6e64cf664b48c 0.25 MB 360 29
303,890 303,890 000000000000000045bd08125b2f3619d47bb22a39dca912e8e10be8fabab231 0.03 MB 36 13
303,889 303,889 00000000000000004533f9e02a41f4d8ba97f74583ef9110dfe02111f6d13f5f 0.09 MB 167 31
303,888 303,888 00000000000000003f13ce02f89396a870457b0838cd34839be57629ba8aa886 0.08 MB 151 32
303,887 303,887 00000000000000003f773d277784ea4e7dd5f5efd749f3bb0180dbaebea1f0c1 0.27 MB 461 68
303,886 303,886 00000000000000005177740f07733832fe6473058be5f4b4a90bcdaa5d2cea77 0.02 MB 33 52
303,885 303,885 000000000000000061961723ea0b3ea4a94c033756bfd4a75759fc3b90849cd7 0.24 MB 520 32
303,884 303,884 00000000000000003b4d2e6fbfb024de474f5105da8c9deba0d7aa5650708e43 0.17 MB 353 33
303,883 303,883 00000000000000004372279cdad86f1b80f76e783ac0cafe1b0bfcc806803fdd 0.24 MB 289 22
303,882 303,882 0000000000000000427f65ad2a174f69fd5024a9ab2a01611ebd28c87953561e 0.18 MB 302 28
303,881 303,881 0000000000000000566b92fae2e0343f1139eaf3f2d31d8b5ae196b611fcabf9 0.06 MB 88 27
303,880 303,880 00000000000000000ae0e4fc3ec47be89b1991c56562cc23416f53cee77752e9 0.34 MB 441 24
303,879 303,879 000000000000000033e9ba943034a4b5a1f42d91ab6946cd416dcd070f61c6de 0.11 MB 115 26
303,878 303,878 0000000000000000601fb0c3388f947014a1e2d68294769de917ef5646b0f0b2 0.35 MB 717 32
Previous 10 blocks ↓
Total Size: 769.24 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,634.82 GB sent, 94.09 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.