Memory Pool Memory Pool Refreshing

10,013 transactions
4.05 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (183,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
723,878 723,878 000000000000000000007e80b2151974bca0db5a7e42b759d2587750df7cfcaf 1.22 MB 1,795 7
723,877 723,877 00000000000000000004d6c148ecd9c1ef906bfb5faec5b100b37e69386ef2c9 0.01 MB 20 29
723,876 723,876 00000000000000000004412c7b0067941fd7abbec44d7acd5637a7b01128e16c 0.30 MB 468 6
723,875 723,875 0000000000000000000722e3a76b75b680370c2b27dbcd137e8367de6dc7db11 0.96 MB 1,148 5
723,874 723,874 00000000000000000005ef7fc74874b44d6bfcb69e75341ebba43ab66da7281b 1.50 MB 2,647 7
723,873 723,873 000000000000000000034d7bdb2fc9b12c1503394c28db137c534b5c6fbdfa35 1.64 MB 2,392 6
723,872 723,872 00000000000000000009127919a5ccd8c6a74ed17e1e93a16f0e5e9f802d26c5 1.49 MB 1,888 4
723,871 723,871 00000000000000000005089ba746c70121853af31f6408d5cdf99c7e7289616d 1.50 MB 2,875 8
723,870 723,870 000000000000000000077600523f4dd2425f25900ac7e9c3b1140ff3e28c9933 1.30 MB 1,723 5
723,869 723,869 00000000000000000005fad0104d41adbd94f5835f208473855c98e2e3f77a69 1.40 MB 1,790 5
723,868 723,868 00000000000000000005366aa67c63c80075a5cd43b81df2997847ff3d0a2f82 1.42 MB 2,363 6
723,867 723,867 000000000000000000033212115947f11835b00a6264dc590783f2f86f95fed5 1.56 MB 2,707 9
723,866 723,866 00000000000000000002085db264b399c17e5c4e13960af63bf86d1a7fa7a341 1.25 MB 1,462 6
723,865 723,865 000000000000000000022ad24eb6f9e48f2abe3d6b92ff2ad07b54578c77a924 1.33 MB 1,912 8
723,864 723,864 000000000000000000057354d4d29f96071198c9d3ab0a600f8a543b842926b2 1.67 MB 2,883 3
723,863 723,863 000000000000000000011376071ebb1011509ddb074dfbafb022ebcdf96c71a3 1.48 MB 2,977 11
723,862 723,862 00000000000000000009194b488d7b13792dab1c7ff3467f11f4d9e69f9fe477 1.30 MB 2,017 6
723,861 723,861 000000000000000000008b68010002f19ee3ba55453c6e9343fe5dc8c9303f26 1.40 MB 2,007 5
723,860 723,860 0000000000000000000275dfa09f09f0cc7807068b75360bff89aaf363301b24 1.53 MB 3,088 9
723,859 723,859 000000000000000000020a3c7ab851ffe168f0345b4ada2f40254969ccaada01 1.54 MB 3,021 8
723,858 723,858 00000000000000000003d2846db883caa0eb395ad6508c20d9087bb520177798 1.50 MB 3,081 12
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,624.77 GB sent, 93.00 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.