Memory Pool Memory Pool Refreshing

4,967 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (47,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,948 859,948 00000000000000000001a61a2ee879d60240ab990d72057b5697334f5123e423 1.52 MB 4,151 4
859,947 859,947 000000000000000000005c179695695d12848fcc1c8cdc7c009c5ca7d5a48636 1.52 MB 6,409 4
859,946 859,946 000000000000000000002aa200b65a2c5371b20f51b31e57c509f295caa5f52b 1.84 MB 6,519 3
859,945 859,945 0000000000000000000000622c8baa9165c1e4b039ee33e5750dca9c783fffeb 1.64 MB 7,663 3
859,944 859,944 0000000000000000000045730a9c7de8a9cdb6348774597f04f90a30bff94305 1.65 MB 6,417 3
859,943 859,943 000000000000000000012c87db64c30078e3f27b32404a801f5b2086dc6211f5 1.43 MB 4,859 4
859,942 859,942 00000000000000000001576cc18b65be35a9ec442983972aff3ebc8c9bf60154 1.47 MB 3,562 5
859,941 859,941 000000000000000000017dedb9b94b92755d056e0eb166f563fc5ecb5b6fcfb0 1.60 MB 2,692 5
859,940 859,940 000000000000000000003f320e8ec6bca6dadaaa9f449c18bd2b8e1050f13cc2 1.64 MB 7,773 3
859,939 859,939 0000000000000000000054fa68ce26c22f9b5188afdf0dede191121613ae6534 1.62 MB 7,308 3
859,938 859,938 0000000000000000000045dbdf014f9076eb4fd3b7e42982ee4fa6e20e61300a 1.49 MB 5,996 3
859,937 859,937 000000000000000000010f281e9e81836ab2946f53b2389ab2834c0664100573 1.58 MB 6,547 3
859,936 859,936 0000000000000000000265e2066b1e0f673bff5702a0f6fad3cfbacd81c8afdf 1.51 MB 4,847 5
859,935 859,935 00000000000000000002075e6cce417f8feb6c4be54f26d55f064c51a6d508fb 1.63 MB 7,073 3
859,934 859,934 000000000000000000032475543038c45f429db20d13950d30a6959aa3cfdc3c 1.69 MB 5,221 4
859,933 859,933 00000000000000000002648b3a770953b95d877ba4f04facbc45601b8d3845a8 1.92 MB 4,107 4
859,932 859,932 000000000000000000025b186e1a871f848fc0ee743b824fd147a8c360ffb394 1.63 MB 6,498 3
859,931 859,931 000000000000000000024f8d4a56303a578cf87b286f86f79bdd4315c7b56bfa 1.45 MB 2,956 7
859,930 859,930 000000000000000000023d74d9d7a3b7d5aa0a1a42e369c208b2989bee8ee0ba 1.64 MB 7,435 3
859,929 859,929 00000000000000000000b071488ca0eef73f9f0e88dec269afd4ea0399e9f0b0 1.59 MB 4,141 4
859,928 859,928 00000000000000000001faea1f333fe7a86db849f3f8ea25994e7ec310c0a7d4 1.56 MB 3,553 8
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.