Memory Pool Memory Pool Refreshing

7,201 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (778,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,087 129,087 00000000000018f2cafa810594c4ea47816767ab06a2225f9ee6598eb9218038 0.12 MB 39 826
129,086 129,086 00000000000011a6b1a48fb6a6dcc87b71f00cc93b9a88cd6e11ea4e13eb9d7c 0.00 MB 11 1,956
129,085 129,085 0000000000000c6d6dd5b16d01ab914c500cf615ae93627ca518e655ab121d22 0.01 MB 12 718
129,084 129,084 00000000000017311781b58f1e2fe13d2b79c9a4c7a47185060cab692a735a78 0.01 MB 19 566
129,083 129,083 00000000000008d6979555dda9d671aaa6deaede1bbbdd79566aa19f307f7384 0.01 MB 27 931
129,082 129,082 0000000000001c5cc563f1d400a2fb82ccbeb950c701c89a436437cc62a6b8eb 0.01 MB 32 820
129,081 129,081 000000000000132a65fe5369428bd1cd869fb6e5dbfa73dc01756e29b6093a2a 0.03 MB 45 977
129,080 129,080 00000000000016163302db4322fcf6b3088f5ba749bb76534516c188d48aeaca 0.04 MB 87 761
129,079 129,079 0000000000001349e3a8c7ae52c76a8ed52f85b69522dd5483c0f01e77ad4845 0.07 MB 56 1,098
129,078 129,078 000000000000097203a45f611d9b5e9ffc5a6f2121069ec69d01a99800c46842 0.03 MB 92 642
129,077 129,077 00000000000003f818c3274e94c90f4a44a2d027c8fab399101f9cc79bf95727 0.00 MB 10 2,610
129,076 129,076 0000000000001bdd166262c3fba6385bbdb92ed2dcd533fba89cbb259a764877 0.02 MB 39 686
129,075 129,075 0000000000000d2cc0cd508a167ac7f8bc56711ad59442a2b5a810076c7a7b1d 0.06 MB 127 556
129,074 129,074 00000000000014ed5186f3de0f3081af2ea0d15a3e4c588610cb6d1be063aa46 0.10 MB 204 904
129,073 129,073 0000000000001673a4e4bb2ef175a84941f88a2d2743621f9bd47d077500f157 0.06 MB 181 117
129,072 129,072 0000000000001878346309c9347076177aacde9c84d14dc84290897684e9856c 0.06 MB 79 1,413
129,071 129,071 0000000000000d2d2978087a4bf817fd8c705c579c1dd51452fc772d2d517ecf 0.00 MB 11 1,419
129,070 129,070 0000000000000bbb099811d6d5d86291c2ebf7d1e12dba81dbf8ecf072dc6218 0.00 MB 13 0
129,069 129,069 00000000000010f58cb4ddd74b823c0be1788985e0e6a11362ae89e40b99e02d 0.02 MB 47 818
129,068 129,068 0000000000000df192a898175871f48002ed931b8808bc75d0aa27e7b693c2ed 0.02 MB 55 1,139
129,067 129,067 000000000000180196dfd0c6ebb0f30b184095681a34621b0489ab7ef99a8df9 0.01 MB 28 1,272
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.