Memory Pool Memory Pool Refreshing

517 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,359 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 478 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,358 (907,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
604 604 00000000d8090bee52f17b5b4042b3ccd4f5d018419efaaaf2a8f0cf613f6273 0.00 MB 1 0
603 603 0000000051654a00514d993e928b21e06c47dc16d4e289bb435ea6f7d55b357b 0.00 MB 1 0
602 602 00000000484bd8ea4a2a306a2b5ff8d6a3529df0097237183a9924d1d1a8073b 0.00 MB 1 0
601 601 00000000a893fa1871e9a349309b47a9fd30520eff9605d52d981419cc210884 0.00 MB 1 0
600 600 00000000c7f956a913bbef9c94f517c318805821b59ea6227175f3841792ea88 0.00 MB 1 0
599 599 0000000042844571bc6bce8e1c0fbec99466971eaff89fef8c0d123582181d4d 0.00 MB 1 0
598 598 0000000000d16752cf56ebae77a37a8fa1ac8e234336a41622c3b7924a07a644 0.00 MB 1 0
597 597 0000000072116e126f72947abe4ec7d4d9915640a1c868cdd5fd20ed02c3c55f 0.00 MB 1 0
596 596 00000000bbea178c08435c3f672489992abaf070f0c15cef40002c399f4cece0 0.00 MB 1 0
595 595 00000000dea58ba8cb1a8d6840d32c0f23061a842f055f26c980eed9a9d2d950 0.00 MB 1 0
594 594 00000000a3fb5d9b782814d661a6927d42e5e2c48a445d20d625bce577178f9a 0.00 MB 1 0
593 593 000000001d6a5eaa63b653d569e87179366ffee019ea4108f766e79578b5ebb2 0.00 MB 2 0
592 592 000000007ba4ed8233fba72ad14360d0aa1bd8ef5675c2d06659dfabd5862084 0.00 MB 1 0
591 591 00000000198281de1916c2918c0dcc9dc38cc2f0cc2a3f6b2347dcd3403e7a8a 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.34 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,702.97 GB sent, 98.90 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.