Memory Pool Memory Pool Refreshing

14,256 transactions
4.52 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,178 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (52,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,146 855,146 00000000000000000002da55e63d00ad5af5fb57aa44d20404a398775e23f0fc 1.46 MB 332 3
855,145 855,145 0000000000000000000156d188d6cc408dfd843498524a87f1ff1be1db771931 1.56 MB 2,347 5
855,144 855,144 00000000000000000000fb7ac3d88b731ea012248cdf06be9cf8c65b7f7bd2c5 1.63 MB 2,591 8
855,143 855,143 00000000000000000001aa4240f992147aed1f3743c3f36d13363e19ee21100a 1.84 MB 2,803 4
855,142 855,142 000000000000000000021b267eb10e8a602be16e48e930de970c490d3ddfce97 1.70 MB 2,783 6
855,141 855,141 0000000000000000000123ad3f6943049199ea5c2ad1403de684f0fa4e027c26 1.52 MB 2,382 8
855,140 855,140 00000000000000000001445f125e038f1ab70a8952df6bbe2546d37764979994 1.58 MB 3,413 9
855,139 855,139 00000000000000000000ffed67aa054fd326e553b2bb457d2eeb891b1e6cfd11 1.70 MB 3,035 9
855,138 855,138 000000000000000000026b9e3679dd0a9aa889e1a30c5385bbfe60a4a07766a8 1.49 MB 2,788 16
855,137 855,137 000000000000000000008f421d3c384a19dd03ae0861d260e9dafd6e5a29d6ec 1.41 MB 2,417 15
855,136 855,136 0000000000000000000066e8557e951da183ab0a4b2d12a5ee4d895f91ee0983 1.52 MB 3,033 6
855,135 855,135 000000000000000000011efb44775cf097f7ed5e5058c32614631d9855379cd6 1.42 MB 2,335 9
855,134 855,134 000000000000000000010a72420790ad66e99c5b45f0c3421e42a99101e09283 1.53 MB 3,140 9
855,133 855,133 000000000000000000027031bb2b5f4e3c691c331b789db5869820019c18251a 1.66 MB 3,557 9
855,132 855,132 00000000000000000001d9408882ddd87cd61caf740035db55e18c5796c9af00 1.52 MB 3,335 11
855,131 855,131 00000000000000000000ec3b3c6edc637b28b8e33a7620fac1cddc7af247f1fe 1.57 MB 3,082 12
855,130 855,130 000000000000000000000dc04bc26a9ea27766c4cf8e9012eda5518a363b0190 1.50 MB 2,845 17
855,129 855,129 000000000000000000019ba7b002aec7416238b36c32a9288178c1a9108e93ec 1.50 MB 2,983 15
855,128 855,128 00000000000000000002d0e166ac74548c67f0b48acc4479e2a0b3de49fe3c81 2.00 MB 4,355 3
855,127 855,127 00000000000000000000d9f8d860b1df736b5b054473a3dd09d2ef169ae88566 1.59 MB 3,637 11
855,126 855,126 00000000000000000002423b782520024981b8dcf23d58afa760d9ca5dcc01cd 1.61 MB 3,208 7
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.96 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.