Memory Pool Memory Pool Refreshing

6,257 transactions
3.27 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,008 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (589,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,306 318,306 00000000000000001e8bfdd4dbbb9097da9b08daeb6f2feec1fd78d457492557 0.12 MB 280 27
318,305 318,305 000000000000000000b327122239163defbf4ff852cad76ad11a758f30dd8628 0.27 MB 614 33
318,304 318,304 00000000000000001b3b1225bfe1c8cd9e220642dbf169ffca34f95516c485ed 0.05 MB 128 38
318,303 318,303 00000000000000000de653b91b9365efa364abdce5630de7d7fa90c8ac5af578 0.08 MB 199 30
318,302 318,302 000000000000000019ddbf212d96786b7b5aaacc5eab530762a1850a5bc455e0 0.41 MB 809 24
318,301 318,301 00000000000000000d7ca5fae5f0eeff3d8acea11afe6f0d089bc1aac346efd2 0.05 MB 92 24
318,300 318,300 000000000000000013d3111c3b949925de0006a3c7cf8b1934b7770f943bad21 0.33 MB 774 34
318,299 318,299 00000000000000001ad3eb4971697d07256b5c049bfcf80a1a2c6815bc9b3463 0.52 MB 1,102 26
318,298 318,298 000000000000000022d995d20374bcb0598c59aa2820911d35b7fe6447433760 0.05 MB 109 26
318,297 318,297 000000000000000028826f7111fe18b7c0cd307244091558f6f27ea93e158fb0 0.40 MB 891 34
318,296 318,296 000000000000000008e0dfe4c86953bfb39158aa1f58b638f84b82a21afe2ce8 0.02 MB 41 36
318,295 318,295 0000000000000000059a35ec73b26f27e1b7a9251a8fd9bca36bc2ff6c83aca3 0.39 MB 609 21
318,294 318,294 0000000000000000191f701d7ed9a4dfb46d7a0b2b01e7e2f547d5043f132c67 0.01 MB 24 28
318,293 318,293 000000000000000003596becbff1e440e53f8bc3de226e6cb760971f8a20c9ea 0.04 MB 87 28
318,292 318,292 00000000000000001a7fea6858c120756d185bcbee976868f32d4d5a7d993b3d 0.11 MB 130 18
318,291 318,291 00000000000000001bce7a287fff4cbfb5bbe1462b52930698629534145a1cab 0.35 MB 915 37
318,290 318,290 000000000000000010309ca2195c7387c8cce8662110bd45f858514549f7ffc6 0.19 MB 256 18
318,289 318,289 0000000000000000230dd286f77c6605d0fd49c6f0a8e3e947208987aa7cd0c5 0.14 MB 247 26
318,288 318,288 00000000000000000c4b883ea4f6709744a1265c7538a2e1bbbdaa0b08421649 0.03 MB 93 32
318,287 318,287 00000000000000001e0466213cc5a74f1967d73ef8245ff2ac95eea62a32d579 0.01 MB 19 32
318,286 318,286 0000000000000000007a0f548d1e258d45532589f5c8a9ac1fab4979ff07b830 0.67 MB 1,440 29
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.