Memory Pool Memory Pool Refreshing

12,235 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,213 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (611,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,045 296,045 000000000000000037f1c09f15e79a934c23fcedfcff917352dbbd6b569e4f69 0.20 MB 402 33
296,044 296,044 000000000000000095a0e8dc614780a2b489fa461a35fd9d92d47686bde0028a 0.25 MB 463 31
296,043 296,043 00000000000000002399e1ea268c55c5bc30af25cca7d761ccc0e60cc6a7fa77 0.50 MB 555 24
296,042 296,042 0000000000000000981a1d47e7669cf021cec45808eda2cf7f450a284c2184cd 0.35 MB 820 55
296,041 296,041 000000000000000058c8df8d90eb41d8e95a769c4d90f6869c1bcfec35796020 0.22 MB 512 51
296,040 296,040 00000000000000008d4ee239c70dd6904a1b5e734b3b49c77892e3dea22b4d73 0.35 MB 751 40
296,039 296,039 0000000000000000907b0728e94f7ca0f8ae17bd03a72f0da4623f191ef6d32e 0.58 MB 485 14
296,038 296,038 00000000000000005493e75fe252c9d85d4db1595fd4d431e309c3371452e1bc 0.25 MB 608 58
296,037 296,037 00000000000000006adbb68d230932aca17fcbbf34649d1268745771b9ae5f96 0.90 MB 1,750 43
296,036 296,036 00000000000000009fc94790e6be1078528ee9a10e190dbade4a6d77f0cc9669 0.50 MB 198 56
296,035 296,035 00000000000000006f4fce26f293414df6913f8c4efeea253778c3cec381a3c9 0.20 MB 159 44
296,034 296,034 00000000000000001a05661922e2fc2e66894bc62e92bcc6c57c1648e9338710 0.54 MB 1,024 38
296,033 296,033 00000000000000007e0cae00ab1e287fa6aaefd1e6cd0d790994e349d5ae6066 0.14 MB 290 33
296,032 296,032 000000000000000056cd0b5abea18c1c0719fa6c6cd40eac17cd35767264f125 0.23 MB 469 32
296,031 296,031 00000000000000006c34679097a155ff1de0b8c90ab9c18dc0907624f923d6fd 0.32 MB 154 10
296,030 296,030 00000000000000004454892df5a4bafb5e368dfc314fcbcfd0f23229ef4eb049 0.22 MB 512 37
296,029 296,029 0000000000000000712f40e736a0285780a45844f86c246317213f121fb28bd1 0.34 MB 659 34
296,028 296,028 000000000000000094e7e15b88cc3bf8ea983867fef906793c06b12c5600e616 0.09 MB 160 22
296,027 296,027 0000000000000000858fbc744b442d1cd68ed68c4beddd6d105dd46b72f30b91 0.07 MB 165 45
296,026 296,026 00000000000000008ee55e8d6b4af38a7534782c80d766fc0a140a2ff066d43a 0.19 MB 357 37
296,025 296,025 00000000000000005d9120b02de0767b2899bd969600fdac6a986f09be2b6078 0.73 MB 689 17
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.14 GB sent, 92.93 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.