Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
898,893 0000000000000000000250490000000000000000000000000000000000000000 ago 1.00 vMB 2,871 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,892 (421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,471 898,471 00000000000000000001a6d644ae9a63d4341e28773a0a6e283dd3311a3906b8 1.10 MB 2,901 2
898,470 898,470 000000000000000000015786d44e3655cda50427c198880aa64d378893a98eee 1.64 MB 4,465 1
898,469 898,469 00000000000000000000aca12985e0f6d4b4c7d1ed1ed02ba8c23f3fb50fc246 1.56 MB 3,517 3
898,468 898,468 00000000000000000000a5ec80b258f31223760e2f242c501bf6ca0bc1316b95 1.51 MB 4,586 1
898,467 898,467 000000000000000000001f39948ed1db5aa0332916ec8b75830e5ca2fd377343 1.48 MB 3,013 3
898,466 898,466 00000000000000000001740e51312f5cca88e8b50f07c62fb44d14f1649ae072 0.39 MB 1,203 1
898,465 898,465 00000000000000000001b3304d4becb470dd13a8bc99967e74f2593c2552ff71 0.07 MB 278 2
898,464 898,464 000000000000000000018fea870f527c0837e76c90893f7d452ff046e0ca809c 0.24 MB 726 1
898,463 898,463 000000000000000000002ad8a7031e338ac2cdb643ac95feb7757b787f17cb07 1.80 MB 3,238 1
898,462 898,462 00000000000000000000c854d4dbd1aec8d599cae7c3f4bfdbceed36a49d045e 1.89 MB 1,480 1
898,461 898,461 00000000000000000000596e160969f0f7a57328d0c0ad7d850e8e4568e7013e 1.79 MB 2,763 2
898,460 898,460 000000000000000000021de587c5338117ac6971c0de29bf875e5d6d56ae8651 1.55 MB 1,087 1
898,459 898,459 000000000000000000019f0c746276b50de6ebc9bad363f0b2737f1a426e1b30 1.28 MB 1,173 1
898,458 898,458 00000000000000000000598308f7ec77e8507542d09ca7cf68c959e35b2d4c9e 1.38 MB 2,005 1
898,457 898,457 000000000000000000016c2d4e90e36c84046cfcd872c7990d43464a6ccfaeb4 1.84 MB 458 2
898,456 898,456 00000000000000000001d3c897056a324b1ba24115156bc4ae631c2347c48a26 1.53 MB 3,008 3
898,455 898,455 00000000000000000001162703f4b25b6d9a6aa160c2c356d93fb5810a1fbbdd 1.63 MB 2,966 3
898,454 898,454 0000000000000000000038904daca7f2aeb795457ea197bf513edb0f9db210cb 1.69 MB 3,233 5
898,453 898,453 00000000000000000000adf7bbb2fd122567ba80b2c2bac12cd2c0b2220370ea 1.62 MB 3,514 3
898,452 898,452 000000000000000000004839cd6d2676f1ca678223e55c14914724361a2cdffe 1.52 MB 3,583 8
898,451 898,451 0000000000000000000143b69c02b9990aa2fc24586ef014bcd5e256a854cb10 1.60 MB 3,674 6
Previous 10 blocks ↓
Total Size: 754.15 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: 432.46 GB sent, 20.57 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.