Memory Pool Memory Pool Refreshing

8,397 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (719,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,692 188,692 000000000000017beb1580f07ef48f7a397585cf1c8b727820e3a1c341760795 0.01 MB 50 20
188,691 188,691 0000000000000019321b42f526d63d04543718d8f20762bf004d5cd37717ea3b 0.11 MB 223 86
188,690 188,690 0000000000000387a75fd0d4f6afc54c292bd7af593cbdc5bd90d7dbed1ae5e0 0.00 MB 5 15
188,689 188,689 00000000000004cd0a7ee10369c91a4434a7991a31af994beb5403361539bfee 0.02 MB 39 140
188,688 188,688 000000000000023432fc0b0d30acb16ef093509c9c96aa9a1b59b9bd5a37dbda 0.02 MB 46 101
188,687 188,687 00000000000003a6982218b4cf7cbc09f977bc8e52c0d66c628c3c003169595b 0.02 MB 38 92
188,686 188,686 000000000000066af4d24fd938c4d6255ba7a24f5951bf3cc9477fa5c03d7811 0.02 MB 41 648
188,685 188,685 00000000000006613dd0b64025547a9f78a0f1cd17edbcffba6fb3ee56e7c36c 0.21 MB 722 179
188,684 188,684 00000000000001e21d3533af319394338ebba4c79ce9ba826a304b885d1d11b0 0.07 MB 158 162
188,683 188,683 00000000000000dd9511a289c0391a27fa4d38049b21955f29c10b5a8bbf8324 0.03 MB 89 97
188,682 188,682 000000000000094ddffae295a2764f01909dad4882f66a882e78f2f5a2b95039 0.25 MB 657 142
188,681 188,681 000000000000011d7a73b1ad92f1027193c921138ada76ac6cca73d1440bef6f 0.04 MB 129 49
188,680 188,680 000000000000008ecd3baf8daae3b3bd07d03396490a68444dd713997a53b420 0.05 MB 78 75
188,679 188,679 000000000000062c686c2daef8aada9ec7e037fe211caee459f61a50c504ac03 0.08 MB 172 116
188,678 188,678 0000000000000136dc44250a06f6c2aeb75b657457c70122ca9eaa71ca4752c8 0.19 MB 277 96
188,677 188,677 00000000000001609edecd7d1cfa80f9ba5dd700b306d6dac9177a2de7eca08b 0.01 MB 26 65
188,676 188,676 0000000000000088fa15ccdbb929f13686f489beda78c227b6207740b3771aa3 0.10 MB 196 121
188,675 188,675 00000000000008c70ca274965be58b675fcc4572c5b9aad7ed49465c4564c841 0.05 MB 112 94
188,674 188,674 00000000000002a956d438ae9f2a65b93c98937d7ca1d0772b48a3a26f486bb1 0.10 MB 40 64
188,673 188,673 000000000000086f507f7cc1dc639a1bba6e4d6aa6e065a34ba95c4694cbc5b0 0.11 MB 277 182
188,672 188,672 00000000000006cd3b99de90e8f4dd65c66ae4d50a7fa1bced022d9849ad0329 0.05 MB 116 216
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.