Memory Pool Memory Pool Refreshing

898 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,658 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 886 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,657 (854,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,953 53,953 000000000e71cbc23dba1db96fc26d86d50fcf45d91bec93b233df4ac5265ff1 0.00 MB 2 0
53,952 53,952 0000000014b71440b5548d99cede2685c4e31dbba1dc293200357d376b089575 0.00 MB 3 0
53,951 53,951 000000001564188b59d77ad3eef38a3f9442c924fc9f75305e4ba8d61614bf72 0.00 MB 1 0
53,950 53,950 000000000ce0b7c86dde88b8318d203d75cddee3639e783ab89b05dce581b92a 0.00 MB 1 0
53,949 53,949 00000000020e26d758244244061aa61da708271a8c277275a740f90bb504b364 0.00 MB 1 0
53,948 53,948 000000001520ccf34c08c3b72bba2101d96c2e055985a9f58a3b488397804be3 0.00 MB 1 0
53,947 53,947 0000000003b86d56fca97018eeb6d576c4259243dc3a67a007c7e9e38c7d3a01 0.00 MB 1 0
53,946 53,946 0000000015fe511d69e7e9e329b686c2175d471ce5ff62e98a1d2724c48544d6 0.00 MB 1 0
53,945 53,945 000000001153f30e1c7a878b2caa4e8865872bd568a8060fd5eae55fb7fcec89 0.00 MB 1 0
53,944 53,944 0000000007ecb9708be7e4bb61cc8a25866540fcd780a602dd72a2eadd062e0f 0.00 MB 1 0
53,943 53,943 00000000142c8ccc5f3a462d63cc661947f026934320a1cf4a33b1e0746850ff 0.00 MB 1 0
53,942 53,942 000000001472cedf2616bc924089ac831410b036b7a0d87d3a6643124e1bbe1e 0.00 MB 1 0
53,941 53,941 000000001618b6f467e74f7924ef7687faba91b33d30ee60f1b20dff9e8c4d15 0.00 MB 1 0
53,940 53,940 000000000d42b0070552961b20786fc0a08d556682e99de8e67c7b0d47ba730c 0.00 MB 2 0
53,939 53,939 00000000116d1a82938203c09dd9ac8f5d571ef0dfb55b156369fcb1ef1b84b4 0.00 MB 1 0
53,938 53,938 0000000009f3ff757b6a106b01da45ddb005bbb9800ae3a8a9bcbb125bfd8162 0.00 MB 1 0
53,937 53,937 00000000065f26d7ebb784c22e4e89dca9917a89c1112bd17a26af27df8739cd 0.00 MB 1 0
53,936 53,936 00000000036740faebd92da3fde2c1707e4182c275a4d74090fda2ddabb9117b 0.00 MB 1 0
53,935 53,935 0000000011428eb04d08135eb69e9a029c79252c647b8140839dd802dcd64f3a 0.00 MB 2 0
53,934 53,934 0000000014bd4fbee083f811535653362821a5c7a4dc1baf9e008560178bf46c 0.00 MB 1 0
53,933 53,933 0000000004777c0aeb0f41347897152b531e1708c967e8cc759f037cb63c85f8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.92 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,851.81 GB sent, 101.54 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.