Memory Pool Memory Pool Refreshing

505 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,508 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 498 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,507 (826,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,523 81,523 0000000000383d9b2d75c293d4566ce9fbe200382de493daf270fdd72a9ce5a4 0.00 MB 2 0
81,522 81,522 00000000003b1e33a1e5ad8a19de14f60a45af02b2dd2f681854130795c048d3 0.00 MB 2 0
81,521 81,521 00000000000d0191edbdec52d2aa5a87d6bc037b5d6a48e4a1612c9dbbb590b6 0.00 MB 1 0
81,520 81,520 000000000043d92fca0813270339e7d8d1eab754a992d5ebb6656811963ba115 0.00 MB 4 0
81,519 81,519 00000000003fc6bb9d62e4b7c03f213842ae47fc746c43cfbc6d1dd1afccbceb 0.00 MB 2 0
81,518 81,518 000000000033ade1460a0ffe836d185d374182ef222526c91b39e6d8b6af427c 0.00 MB 3 0
81,517 81,517 00000000003828fb9507bb25f9e797d30ac8b47a1e019b038b2aab4874a2fbdf 0.00 MB 1 0
81,516 81,516 000000000026bcbf290cd0af4e092f16fa83d5b62e5309cde27779f67570d7f6 0.00 MB 12 0
81,515 81,515 000000000045f4694e488c0d9d00aca8560adf99d2a73d9cdecd1c971ba1d9c1 0.00 MB 1 0
81,514 81,514 00000000001a5d84df1d5b1ed02df2d9558eaea7c7452f7dc79f0a94f5adc624 0.00 MB 3 0
81,513 81,513 00000000002dbd1d1536c490d326f468ee342b422a9c07fa7f3adc988f361042 0.00 MB 3 0
81,512 81,512 000000000004cff4bc6ce2130c2650aa256cd5582479e1b0f1387afcc47893ad 0.00 MB 2 0
81,511 81,511 00000000003926bc998db2885d66ca9eed733d06f8ce1ba267852ce2460c4aad 0.00 MB 1 0
81,510 81,510 000000000022945d2384a0c56ba72d92d2b4113741b781fd7aed0290b6ea30a7 0.00 MB 10 0
81,509 81,509 00000000001cf42f5b56f6aada81279605adfc2ecf540d4d39814ce3ad2f5c72 0.00 MB 1 0
81,508 81,508 000000000027722bf0eb62e196bd4b76ea280b7c6b8fd32f2cca717a64c90d61 0.00 MB 10 0
81,507 81,507 0000000000162a89c7bd738533ac2764ddf31509826fc60137a4bcbba1ec17b0 0.00 MB 6 0
81,506 81,506 000000000044d1fb3ef82e45aba84e952c19c5905bea0d2c9f4077095edbcdf8 0.00 MB 2 0
81,505 81,505 00000000002741b8c4e85d03516a91501c79249d3eaff65b9a54ce1e45dc4fee 0.00 MB 7 0
81,504 81,504 0000000000044dbc6770390a7727bc03378b1db788f2b76decb586dbbb3fa1df 0.00 MB 3 0
81,503 81,503 00000000001e86cc763906b0024c5d0747c2935ff875407e309099f8325555fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,832.08 GB sent, 100.21 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.