Memory Pool Memory Pool Refreshing

3,970 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,079 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (729,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,436 178,436 0000000000000779ce47937ff7b0fc2c6ae7ac6b5fea693056c74bc0571ac8c0 0.01 MB 16 20
178,435 178,435 00000000000009e5f725581d04bf23e23858c69067eb7d5c317dbdb5c03cef76 0.03 MB 17 3
178,434 178,434 000000000000054a16248061b46f28909cd0527ac5d67a831a31f7a3898a1a10 0.14 MB 267 486
178,433 178,433 0000000000000ace0010c738abb461b3e53741a7f0b28a7044e050e9d72b8199 0.01 MB 22 121
178,432 178,432 000000000000036161c983e0f5e9f8cb6f28d5917f2b5b80af19e290b5d0b51e 0.05 MB 150 98
178,431 178,431 00000000000001e97431959e87233b28e63812966483fc55a459d4322f8d8f0e 0.05 MB 116 139
178,430 178,430 0000000000000a42d2abcdcd08f3b0424b5ee673a7e987622bc824c11f8fcd10 0.03 MB 61 75
178,429 178,429 00000000000005239e89cac17a79febe0ee011445b102e5dd98ea2a714dfdd8f 0.01 MB 18 64
178,428 178,428 00000000000007e9d6faf609d5f719bb3a70cd83213c3ea8be4a4825d18b9670 0.01 MB 49 185
178,427 178,427 00000000000003a6f53058b505aa8f5f5702e160b48d665b5e29396f21e3ba32 0.01 MB 31 55
178,426 178,426 0000000000000930e643d03a148f8c391b086ac8e815356e63e7e4db8898bfdb 0.05 MB 125 150
178,425 178,425 00000000000001676ae320b3f8c5b5522e88b0d61654654023c5317607941dc6 0.00 MB 7 0
178,424 178,424 00000000000009a5b024bdf759b1542c349b430fc9a767e04d4da953c433977f 0.04 MB 121 128
178,423 178,423 0000000000000285a8acda3009af9ed7e74311a93e4ab99b501c96efca71a3e7 0.14 MB 300 217
178,422 178,422 00000000000008be9d7f118cc6316834a66035620df448963a33dafd0ebe6ef7 0.04 MB 122 46
178,421 178,421 000000000000078daf3f4dcfcb49f5bd9802ad9de41fa2e9a154711f7eefb112 0.05 MB 123 180
178,420 178,420 00000000000003d44c65ba0ad5bbcc78c7ebaa45fe7ead17a162f191cfcb35e8 0.06 MB 83 420
178,419 178,419 0000000000000a8366b7bdfba6e901a84b9de6fcc9c84511b88faf09d5f9e3f8 0.00 MB 1 0
178,418 178,418 00000000000003750cc1b44716273bbf2c57a60bb3de76b6ceed6bb52f6dab2a 0.05 MB 94 98
178,417 178,417 0000000000000ab05cffc021fe070030c1722516aa3cd1d0c756ece91505629b 0.03 MB 70 166
178,416 178,416 000000000000028b30787a73a861e902635d95b4bbac464f278bcb47243336e4 0.03 MB 57 199
Previous 10 blocks ↓
Total Size: 769.27 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,635.40 GB sent, 94.28 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.