Memory Pool Memory Pool Refreshing

9,957 transactions
12.18 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
887,031 000000000000000000028bb10000000000000000000000000000000000000000 1.00 vMB 3,248 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 887,030 (2,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,873 884,873 00000000000000000000c01fc53e3bfdf91516991a27c50ce5ea1402da51db31 1.97 MB 2,194 5
884,872 884,872 000000000000000000023e99a08ac69d7658ef73e2d5fa896d5fb6472bcb73e8 1.97 MB 2,292 6
884,871 884,871 000000000000000000004584146f2f191bc95a1f7f36bfb07e1a974239fc7c66 1.99 MB 1,840 6
884,870 884,870 00000000000000000001cf498cabc08c4f302e04444fd354acbc110c24079c6c 1.84 MB 5,038 3
884,869 884,869 0000000000000000000216d39d8b4c416b838be0b0dd5bec5765a1de0d1a831b 1.75 MB 4,348 3
884,868 884,868 000000000000000000016c28e625c6941122212ddc4e1ac8a59b0416cc5d6eca 1.54 MB 3,421 5
884,867 884,867 00000000000000000000629297b54ec15f42dbf0eca4feb2674bae6a754f5dd0 1.85 MB 5,350 3
884,866 884,866 00000000000000000001a10a0984a1a61f2eb0341a363244a417ec0b68402659 1.63 MB 3,059 5
884,865 884,865 000000000000000000003fb9a79c6b9c73831537eb31b469ad113d6a99176a97 1.94 MB 5,411 3
884,864 884,864 000000000000000000014855f89d29f5d7953945251ee87bf069b90d9e6d9f85 1.58 MB 3,564 4
884,863 884,863 00000000000000000000bc22cff020742f230f9204c9d62741f43261fd0b7801 1.76 MB 4,079 4
884,862 884,862 00000000000000000001732f345be97bdf799bdabcedef51c44ebff7410673d4 1.50 MB 3,694 8
884,861 884,861 00000000000000000001dd2088c2c20508d768455d6c29cd6b33d2a69912cafb 1.67 MB 3,968 4
884,860 884,860 0000000000000000000016a257e4e0de924e2fb26a21ce6007f692c6cc9a1a1c 2.01 MB 5,771 3
884,859 884,859 0000000000000000000104a4efbad9dbe605d025ef640bf4fe11b223f7fe721c 1.86 MB 4,927 3
884,858 884,858 000000000000000000001c629f0ca519ae40331b5844bcf848da57208fe3efae 1.68 MB 4,279 5
884,857 884,857 000000000000000000025c1fea16306b499a60707a71a30de1646def9b01f4d9 1.83 MB 4,455 3
884,856 884,856 00000000000000000001d4984d41134bf6f36ed681a3492f509663c6b2e723de 1.84 MB 5,139 3
884,855 884,855 000000000000000000015c42f70dea1dcf4ec8de68b94dfc964408462fc27cac 1.79 MB 5,094 5
884,854 884,854 00000000000000000002567898cb4d3ef389d8d6d9c4b2e4a847cdf40ce63d64 1.88 MB 5,323 3
884,853 884,853 000000000000000000017da914bc3522c32b679d94bde409fd0b1aa0d7a0663b 1.78 MB 4,793 3
Previous 10 blocks ↓
Total Size: 732.43 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: 2,802.41 GB sent, 123.17 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.