Memory Pool Memory Pool Refreshing

4,232 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,487 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (424,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,424 483,424 000000000000000000f3329f91e9c5866f897a4dd6aea836770476e9bc1f4401 1.00 MB 1,165 96
483,423 483,423 0000000000000000009a7de29709e5d588768f100426811b8c9a74300f80b6a7 1.00 MB 2,468 332
483,422 483,422 00000000000000000000c631bcc8892618b79e8bc59a1b13bd15f25238aee090 1.00 MB 798 130
483,421 483,421 000000000000000000918304d4bb25be1c4e68bd65db5922c498df9e2347f67c 1.01 MB 1,165 165
483,420 483,420 000000000000000000478a802a41383b6a1f51f62d7e6790666f6bcfdc4c3af0 1.00 MB 1,894 205
483,419 483,419 0000000000000000005aab6eebf65a8208f056a7f6fabe29d04bf1e6a6f1ee6b 1.00 MB 972 132
483,418 483,418 00000000000000000029ca8dc3ae285229d92779abbc8cb26c458dcdb55f3ad2 1.00 MB 1,316 171
483,417 483,417 0000000000000000002c3aa1c2a0f35e538022b9011ce033eef9dda4b86ad2c6 1.00 MB 1,311 198
483,416 483,416 0000000000000000000dc9500fbfb5f1f9b0c22fccdf3b65dc52b6b6a4667db7 1.00 MB 1,424 209
483,415 483,415 0000000000000000000edd150f6d71eb7be1cc9cadeb678d3c13b0453d70e616 1.00 MB 69 72
483,414 483,414 000000000000000000ef2e35ee37c9149ae6b996070c15c45cb1681db767f16f 1.00 MB 614 133
483,413 483,413 00000000000000000076ae70d13a3fdbee34a4f8160dda0d2a85b00b84cd9138 1.00 MB 274 71
483,412 483,412 00000000000000000112b359d1035cb865ec92fda6c0cc267cff4b7c44dbaf2d 1.00 MB 390 106
483,411 483,411 000000000000000000fefca46aa9931138f878a4456ad12dc589916472d8926c 1.00 MB 1,057 140
483,410 483,410 0000000000000000011b39cabc0e1d0ab3d7fd5dc1471592fc226ec83fee0dfa 1.00 MB 1,262 173
483,409 483,409 0000000000000000004806e039367116a3f09555fdf7c0f5181ee9046330cc2f 1.00 MB 280 85
483,408 483,408 0000000000000000013011414551fb6fdc93e7f298716ab8011b3cbdeed039e9 1.00 MB 149 81
483,407 483,407 00000000000000000046a2f13ed2df65b56b44d740fb300e70bf8e4d40edc696 1.00 MB 753 142
483,406 483,406 000000000000000000db83aa0feeb5ec5ff56baa1363e0c893007d5aa54aafd5 1.00 MB 222 93
483,405 483,405 0000000000000000005b3175a4346681d792a4b9f8576855bf6c9dfac9a5a2f1 1.00 MB 1,571 232
483,404 483,404 000000000000000000136275859b1af2b58d9d45e64b87eaeb1bade2170827a5 1.00 MB 343 86
Previous 10 blocks ↓
Total Size: 769.01 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,617.24 GB sent, 92.87 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.