Memory Pool Memory Pool Refreshing

5,576 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,737 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (794,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,148 113,148 000000000000b0cab600d1546274bb7f5d6c0c367ba97c0eed8789f419909aa4 0.01 MB 25 639
113,147 113,147 00000000000084d73dd641debf8a000a6204bf4cd38f2327c73fe877d91a4056 0.01 MB 14 495
113,146 113,146 000000000000763fbd27d11eef25193175e6cc997349304b8886d0427150b64d 0.01 MB 6 1,053
113,145 113,145 000000000000acc22c03fbdf4cb9c49d47bff70c5ad5301d0d627dee8f1e5269 0.00 MB 1 0
113,144 113,144 00000000000061ee4fce57335cf10c247e354ce3da39f325ead7195b7e436596 0.03 MB 76 0
113,143 113,143 0000000000009027ed14a84e8d6042c2e5635b072bc4f5a322a5833fe3f2e88c 0.01 MB 30 419
113,142 113,142 00000000000088b51227c00ee1606c87f750a2bfb8f22227fe02b4cc8ae6e5dd 0.01 MB 17 397
113,141 113,141 000000000000672ec63fc9ddfec2ac0f1a688e968503e8c4e73a970efbb2a0b6 0.01 MB 19 544
113,140 113,140 000000000000b56aff79bc7bceeb2b3c5e181244f8f7e8261300b6fd5de2ff23 0.00 MB 10 590
113,139 113,139 00000000000099771ddadd0d4852dc67cb736f2c68b64206610401afa00ff21f 0.00 MB 12 297
113,138 113,138 0000000000008c4dccca07d81c97a5d21b0757c9f245169ea8a5ce3a82a3a3c5 0.01 MB 19 352
113,137 113,137 0000000000003fbae4f7d402266e54e41312e0d5a27d94728b3c9a652475ef47 0.00 MB 11 343
113,136 113,136 000000000000622b396e39ee7b72aa998d6b5a62de918660dd357dafe912372f 0.01 MB 32 0
113,135 113,135 000000000000cc160165f1dd2402f26ee14c55b637f51018ad3d9d2c8d12bfee 0.00 MB 15 0
113,134 113,134 0000000000005761f9a7ca5ffd16819c0aea718e012b040c60fa33eade62b56c 0.00 MB 9 0
113,133 113,133 0000000000004e9777101ae827f9925e4d90b9df20c9a2b0f8d80462efbc0626 0.00 MB 11 0
113,132 113,132 000000000000774320d2c9206a0c36e1acfbd119364911c32e9107781db07515 0.00 MB 10 0
113,131 113,131 000000000000a003dfdc16678751b993d29cc2031204c3a4bd0397a41b7e5673 0.00 MB 12 426
113,130 113,130 0000000000000af9eca0dd4c05827b8ea54ab252474558649c3ac5cf5a4aee4e 0.00 MB 11 0
113,129 113,129 000000000000057cc3723b42963d37be1c70f6ad8682f19d13e517f85576c506 0.00 MB 11 0
113,128 113,128 0000000000002010617d926dde75af5a0793577d918c59164dc190ded178b730 0.02 MB 61 54
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.43 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.