Memory Pool Memory Pool Refreshing

3,335 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (549,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,548 358,548 00000000000000000a2bd461687e4e0f67d423a17bcff2f3549d2dd443b6cd93 0.56 MB 1,067 23
358,547 358,547 0000000000000000048c6048457eb1b8dabdb4774af0f5027afbec496e89aee7 0.28 MB 506 22
358,546 358,546 0000000000000000153497c9c6f97e083bffaa8674a57985b3a7ca57d891e711 0.00 MB 1 0
358,545 358,545 000000000000000009316c227f892c973df02f7fa94e4d24dfb7c537dd687e69 0.29 MB 514 23
358,544 358,544 00000000000000001215e644da4c9dce800d26787f1ac776c42773eb07f1777b 0.64 MB 1,016 10
358,543 358,543 00000000000000001344798bd63d1150e1303b50379aa9e3b40df77b9800bfa9 0.75 MB 1,350 26
358,542 358,542 0000000000000000112ee7bc62e1e399f36ab8b0793a1742cf23be14c0054040 0.75 MB 1,210 24
358,541 358,541 000000000000000001f0de0db6019031db8d53f3503f2e6dfd6343f7d54acde3 1.00 MB 2,764 39
358,540 358,540 000000000000000009bcd3bb8ccc6713116c94db1449a087e6c0eaf01adc9ea0 0.00 MB 1 0
358,539 358,539 0000000000000000131fb09563ac380de944b1fbd38f5beee2e5b84eb2f4e7a3 0.75 MB 809 18
358,538 358,538 0000000000000000046a250c72e00a90f1cf47034f3750bbd3b1ddb2457288f3 0.75 MB 1,906 45
358,537 358,537 00000000000000001532268d1d25bfe82d1dbaf3b7e0de3789dded7b0496b381 0.75 MB 1,459 30
358,536 358,536 00000000000000000b527ffee3850af82dae6d57167d3dfce35b809b5a84a2ba 0.75 MB 1,319 27
358,535 358,535 00000000000000000250bf84417fe1971327d54b50209e71364f4833083a7c35 0.82 MB 841 8
358,534 358,534 00000000000000000ac14d684a2c6ce9df622d9dd95cc3ba96577f17a283f17d 0.75 MB 1,321 24
358,533 358,533 00000000000000000d7609f91f8fcf90847698d3ed7f5a0ffe3032ec23415f7f 1.00 MB 2,222 31
358,532 358,532 00000000000000000b9bafb16138d9feae9be3031baefff8185a3141cd745e38 0.06 MB 170 34
358,531 358,531 000000000000000002e247c12fb0838d2a5e74a5ea7fc350600a4c6ddf6e415b 0.75 MB 1,419 28
358,530 358,530 0000000000000000039c794c8d7d4d8e5914795174d209a76196a0d3b0ea3abe 0.75 MB 1,840 33
358,529 358,529 00000000000000000d9d3fcb5eb3f3b847db4f39cc0a18d256b10aa3ba05cbbc 0.64 MB 1,315 26
358,528 358,528 00000000000000000ad225933a8105e4b28f8afc8ef965504f8e63afaf678f9b 0.15 MB 194 17
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.28 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.