Memory Pool Memory Pool Refreshing

48,435 transactions
21.35 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
881,064 000000000000000000029a8a0000000000000000000000000000000000000000 ago 1.00 vMB 3,354 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,063 (681,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,612 199,612 000000000000013d60ec78c244b5ea338dd061bdf0417e4be99bac7096046227 0.04 MB 109 120
199,611 199,611 000000000000012e079a340f6cb90cb668f9e6c49b4d326e5ef4d9833384cc4c 0.20 MB 419 141
199,610 199,610 00000000000000a9bff664c44189a726973d7c55396e47527cea78f5b32b5078 0.03 MB 68 226
199,609 199,609 000000000000014bb44315884345ebd2cedf744fd1ca4bf9a5f028a717cd98a5 0.34 MB 1,024 108
199,608 199,608 000000000000021ea564b0fd8c3e9c192c4fd92da03b0c4586b14c2c80b25f4e 0.01 MB 16 87
199,607 199,607 00000000000002efe94719bdf3ed922279199127ca415dac041e5a5da978f5db 0.06 MB 149 136
199,606 199,606 0000000000000595f2056efb96a7beac544ec8ade1fa11c87a9e511eddb01923 0.03 MB 69 50
199,605 199,605 000000000000017d4fce433483e69c3953d8e88a2b573d6f2026b4418d374316 0.18 MB 368 265
199,604 199,604 0000000000000327a6a1d5c16a4af918bb952afc82ce882fd7c85faee3181ae2 0.05 MB 129 134
199,603 199,603 00000000000001bd7aa8498406f8a46fa34500416b88da32fb4a0671309fd730 0.01 MB 22 77
199,602 199,602 00000000000003f5e00c4a0b35ff76cf3c8a44dd29d764b0036378ff026bdd09 0.01 MB 26 145
199,601 199,601 00000000000004ceaad7f008d66bf7554eaae5781d0f83a48a3fb0cb03a4a2eb 0.06 MB 170 189
199,600 199,600 000000000000039e3b0c73c0705527fa525cc8c549f672737e3a580d6f242fc2 0.00 MB 1 0
199,599 199,599 000000000000045b729100ce6a1c5fe7f9fa61a97760e390f9299a0619db449c 0.03 MB 122 15
199,598 199,598 000000000000033df2149165b33daf582fd98dd3078d825b916fa0b38432a3c6 0.02 MB 47 154
199,597 199,597 000000000000016329833b2bd76b9a4b976b7b9204f58b95404c7d86a5d83ae3 0.10 MB 306 156
199,596 199,596 000000000000028b7ebabfb232b274bcaf4d53781a9c5fbbb54c45831e8ecc1a 0.11 MB 146 152
199,595 199,595 000000000000006537d1c6f10f4bc0532c4e9db8f62dfeba3cb31781426ea4ca 0.03 MB 128 33
199,594 199,594 00000000000001f45d06da6cae7cf35201de944e15ddb392df4bc50ccdc87882 0.05 MB 126 12
199,593 199,593 0000000000000517f8b3af717e22cbac127f45696d96301eecf4d966db9f52df 0.06 MB 111 118
199,592 199,592 000000000000044780981ff7883c48dc0f21161ecab93d70220e2989372ebc4b 0.12 MB 332 151
Previous 10 blocks ↓
Total Size: 720.49 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,930.67 GB sent, 66.95 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.