Memory Pool Memory Pool Refreshing

8,304 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (738,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,940 168,940 0000000000000300ad298f0453df231cb9fc474315a9ab35080753bc5ff96fb6 0.00 MB 12 630
168,939 168,939 00000000000003b426a31732feecbd4cf06b8c67f7fe78fa9a145ea9500dba74 0.00 MB 10 34
168,938 168,938 00000000000001720f8b4c96d6c27abdeb87a7c19f276d66c4978b5a5c459087 0.03 MB 60 205
168,937 168,937 000000000000004e1bc5da9b9d1915952674d8605aa9df74b495e598c1d41f25 0.01 MB 13 326
168,936 168,936 000000000000031dc8dc066cfc18d1d431a1235c9b8aa6741205218f1fac39b3 0.04 MB 134 47
168,935 168,935 000000000000001d976bcf8846b34efb08f7e3a21cfba20397c6545d03b8ece5 0.03 MB 88 94
168,934 168,934 00000000000000299ecd775322f0fa86362aad7d2330ef40dbb159b63c3b3942 0.00 MB 11 1,437
168,933 168,933 000000000000082639bd6c6529a1b22fc4bd51e56a350fe74b6507fd52f4371a 0.00 MB 6 25
168,932 168,932 0000000000000048070db4470a81ead5edd557646267fb1036527680c63a4f05 0.00 MB 8 19
168,931 168,931 00000000000003af10d74190d500a171905079d43c71bbd16fe329b5802e3549 0.02 MB 39 100
168,930 168,930 00000000000004732c0d79eec2c4e685f8f43fe85f4b66da5887edcd4eb63233 0.03 MB 61 49
168,929 168,929 0000000000000a59a1caaf1e6e6fe11482fb090c2325868df550195583573ea3 0.01 MB 27 0
168,928 168,928 00000000000007c46af09fd9f1f620ab8093454a217f3298c84745d46ba5f658 0.01 MB 37 140
168,927 168,927 00000000000002e01606108fcb9dbd9c8367c47a4e85af3cfca1c4e64502c35a 0.00 MB 6 25
168,926 168,926 000000000000064f966a64587ba34b3e87ca4b4083814e4ecc9911e03672bb1a 0.01 MB 28 16
168,925 168,925 00000000000004d8b08775d5ae07d9884c1705a00b7b899c1da5dee1750c9a1d 0.01 MB 15 76
168,924 168,924 0000000000000a602b762f5439757a58df196ae96e2683199798b3674adddd9d 0.01 MB 22 67
168,923 168,923 00000000000007d74d0ff1d3e7cb8e44479eba485ee4d9018ea2cfc35a5e0caa 0.04 MB 80 31
168,922 168,922 0000000000000757e7c8bb242b0b5f78696b1af800e1960d3bfb7cb57655c4fa 0.03 MB 36 49
168,921 168,921 00000000000006da5de090f524e351dddeba0b679732a6cf0f727c640a260018 0.03 MB 57 67
168,920 168,920 0000000000000578aaa988c974b32d7dc3d3b1ddaf8e7eca7d29d5ef8c3267c2 0.01 MB 23 48
Previous 10 blocks ↓
Total Size: 769.03 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,625.44 GB sent, 93.03 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.