Memory Pool Memory Pool Refreshing

1,642 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,461 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,460 (907,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
590 590 000000008ba08cce0c4845673a55800603a6e24be4c9977bc977fbb359db0078 0.00 MB 1 0
589 589 00000000b96305605f1eb5ab800024ff3fa260deedf6005e1e3987daa11d3935 0.00 MB 1 0
588 588 00000000b9d2de60c26ad0ff1289bb6c97529cac7c5a37571900a0e6be77dca8 0.00 MB 1 0
587 587 00000000fa041c4905c4eca1cc0c75204c2cd118da3ffd129c41840152038d20 0.00 MB 1 0
586 586 000000000d0d23516c5efd3af4eb951603bb30b2c93884b522a318b30e918ee7 0.00 MB 3 0
585 585 0000000046ff6c4f9a7224aa331c407c7e37f49434571307d6fca58695bcba38 0.00 MB 1 0
584 584 00000000d3d4c3b9014bd51bd891d1161d7ead2dbe8597561eb17b1b9c6465c3 0.00 MB 1 0
583 583 000000005b30f48ef450de8ebdb8829a931e8cd86e2f11f48f381c61c845379b 0.00 MB 1 0
582 582 000000000568dd391b3261d51ad4fcb68db5539200a15acc5bd6ece8b218601b 0.00 MB 1 0
581 581 0000000084935be8a5b06525aea383d2988df6003963222f5adc5ddf5951e7fd 0.00 MB 1 0
580 580 00000000dd9588e8b12025e5257267abe0e9134d493ab3b449a47db8d22567d2 0.00 MB 1 0
579 579 0000000074e77a1e561ab5247bec8a977977d3dde3d70a74fabf0adc3d6bf4ac 0.00 MB 1 0
578 578 00000000c3a81d9932edc9a2e3358e631b094d9628178bbf6089b12f75b08815 0.00 MB 1 0
577 577 0000000011e36edf0c01ecffe36ac4be9f4674c5438d5bd02f47a59c798f663c 0.00 MB 1 0
576 576 000000002436274e351576ee5c9d6a96ce64072d02713d20c32c36bf70f9fbb5 0.00 MB 1 0
575 575 00000000ecc3ba4a80a6d61ea3abc22a8fddf11d1f8019b7fbbde92e2b4dd4a8 0.00 MB 1 0
574 574 000000005cd735eccf4aefbc7427efee70ee4adc886be67cc68f6f925c9c7e41 0.00 MB 1 0
573 573 000000004f2c63cf028a37e7fc793a47ace7c27d44aac2a82fd9d90dbfc1750d 0.00 MB 1 0
572 572 000000003b3b42e8af3178e581f468b6d83e5acd419b00656d3d5c22b82ff29c 0.00 MB 1 0
571 571 00000000bf86d3a09a14d502d171947a7408c3779e83b78c100e5ed57fca3be0 0.00 MB 1 0
570 570 00000000bd2f9e06fe89f7ac4edb2c664b069935c7e983cd51d40ea368910a49 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.92 GB sent, 99.82 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.