Memory Pool Memory Pool Refreshing

14,214 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,194 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (45,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,874 861,874 00000000000000000002c183ba87efed314a3cff85552ea2e100192b0ad58fd0 2.02 MB 3,059 6
861,873 861,873 000000000000000000011ab13068e1725c74eced182083e6093f2f2668c9dece 1.69 MB 3,251 15
861,872 861,872 000000000000000000005c9ccdc271214be1fc24d5c9af7df56cf413a906742c 1.64 MB 3,406 13
861,871 861,871 00000000000000000000c38a014b4e8b3e714ce789a2621bea5343980a537857 1.58 MB 2,525 8
861,870 861,870 00000000000000000000283facf5fcffd610abfbaec66c195303b5379982d6a4 1.68 MB 2,868 8
861,869 861,869 0000000000000000000288827cb09d404afb6d74ef1bc092ba147473a2882743 1.75 MB 3,353 5
861,868 861,868 00000000000000000001a3efb0e77edb4d240f97f8119a57a322dc1679e2a56b 1.92 MB 3,162 6
861,867 861,867 000000000000000000024bca597b9db813fd3d07a1fd1d2bb3c49e8d78189444 1.83 MB 3,300 9
861,866 861,866 00000000000000000001807eed038ae21e4dbba095bb37def9be0e48d8745b67 1.66 MB 2,978 10
861,865 861,865 00000000000000000001f551d4b79cb13a8f790de6fdc9c66833d8440e1ba4cc 1.69 MB 3,652 3
861,864 861,864 0000000000000000000169ba0c80c158875c02226ad9cb4597a4a792b67a45c3 1.68 MB 3,837 7
861,863 861,863 000000000000000000020d621417785c77f3177301b2a9fdc3e62850627d9b7c 1.69 MB 2,892 4
861,862 861,862 00000000000000000001e73126f96379e9268725da2c77e03f55d17e7b30c840 1.65 MB 3,623 6
861,861 861,861 00000000000000000000d29470e68d5f1791225d5308cc579ba9fced359315f3 1.79 MB 3,672 7
861,860 861,860 00000000000000000000d0ba5341a7e36d78110fdeed2c081653971806e3a336 1.57 MB 3,376 7
861,859 861,859 0000000000000000000114bc365db2a4979d9b363ba576ccfac37208d17301dc 1.70 MB 2,603 6
861,858 861,858 0000000000000000000024df07b16d8faeda989697e94a4251e42d605e2cdcea 1.55 MB 2,877 3
861,857 861,857 000000000000000000026d3ad1c4e644c53f8253be849d5be279478f4384757c 1.64 MB 4,196 8
861,856 861,856 00000000000000000000333c1d016367919f9d3656638ae2a99958f81f5158c3 1.70 MB 3,729 5
861,855 861,855 00000000000000000002bc7acde30b78dbe6d306ecdf89c39d2129b2c06de4bb 1.57 MB 3,678 12
861,854 861,854 00000000000000000002c7616144b3d0a654932e0b40490905e9efd3f1194db0 1.67 MB 3,786 8
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.