Memory Pool Memory Pool Refreshing

4,804 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,852 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (409,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
498,183 498,183 0000000000000000009b8e3639ca664a2c8cc70dd2e0f98169fca5e7f33d33b7 1.05 MB 2,808 421
498,182 498,182 0000000000000000000ca08e2026fc2c6829a14b38ad25fc937da27626e17f5a 1.02 MB 3,262 398
498,181 498,181 0000000000000000006f7eeaa1dfa38e30e720cf440016472355315fcf7f882d 1.06 MB 1,180 426
498,180 498,180 00000000000000000052ad3c79adcdf37c373433ab74b63556bd11c87bd6b21f 1.09 MB 2,322 474
498,179 498,179 00000000000000000069cc9fe54fe6327245e1e4f7e9b051a27d53bb8c9ee0ab 1.04 MB 2,606 413
498,178 498,178 000000000000000000492c9bcdf587c3f89ae0d31e49720717afeaaca46f73a6 1.05 MB 2,760 424
498,177 498,177 000000000000000000a3cbafedf38bf705df2cdbf7c7308df7ae314a5dc427e0 1.07 MB 2,783 449
498,176 498,176 0000000000000000006ea38c843fb1350ebe8364e2fe49f653f1358a6c0b8cc7 1.07 MB 2,581 443
498,175 498,175 00000000000000000081032bf8dbb363b71d52aef93d427d919573ebb7cac63e 1.03 MB 2,039 494
498,174 498,174 000000000000000000828c9ea17f9c5aa2d7dd90a5d6aec6ff1eb766f1be277c 1.05 MB 2,672 374
498,173 498,173 0000000000000000001114ee0d6a80099d4db2df2cc88a3fdf39385efbbd0e13 1.06 MB 1,784 439
498,172 498,172 00000000000000000067fb768254f2129c0d43c0834e10551dc3e81e2ca4320d 1.07 MB 2,625 381
498,171 498,171 0000000000000000005058275756e640de18ea2938b5a3175fadd299f2ff5add 1.09 MB 2,857 402
498,170 498,170 0000000000000000006ad2787abb1ab83c61d7341467b627cad8c4bbb70adfa5 1.05 MB 2,337 431
498,169 498,169 0000000000000000000e60129d18d6fe3740230a4099e482416bf7ca1dc2787e 1.07 MB 2,254 367
498,168 498,168 000000000000000000783ad0687db039279bcb3ab76f00d57ba6fc74ed8ea368 1.01 MB 3,000 360
498,167 498,167 0000000000000000000d214e36e26e9513eb3c736342b03a6f0be1d8a0aaacc5 1.11 MB 2,363 377
498,166 498,166 00000000000000000033d596151369b80a0899f04ab00e12a2fd6c81a4c9ed7e 1.08 MB 2,645 438
498,165 498,165 00000000000000000057d40eaa0f7947e0223246db521ec049d4a9593afc2543 1.08 MB 2,607 351
498,164 498,164 00000000000000000025d05026894c4e2da70e10f585d71e01d86e7ace339ea8 1.07 MB 2,389 309
498,163 498,163 0000000000000000006652150e805ac705b945e07325c39e6c5fbf1b440ecf36 1.08 MB 2,607 268
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.