Memory Pool Memory Pool Refreshing

2,673 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (533,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
374,191 374,191 00000000000000000414ee82328816619e2364d2ddcf11597d3678882b8d3c4e 1.00 MB 783 10
374,190 374,190 0000000000000000036895215550f6e5b2abe7527382f5d51fc964a1b01c7cf5 0.08 MB 176 33
374,189 374,189 000000000000000005f77c20f19feb3354c6af8d539b61a7e2c9098bb93f5b9f 0.65 MB 979 23
374,188 374,188 00000000000000001155edb63ea6c53208ff1f2dc195c9a9224406874cc8ba44 0.95 MB 2,312 61
374,187 374,187 00000000000000000a782f394b4e55a978495d06e64fa77e266568a7fd32a49f 0.75 MB 807 21
374,186 374,186 00000000000000000221bdf31dd5976f79799bdaada7879b324dba14279f089f 1.00 MB 743 10
374,185 374,185 0000000000000000037d66027a6d8b43a910a132870a0f22004b50de70ab8488 1.00 MB 770 12
374,184 374,184 000000000000000001120c63a918832f1e0540c2f1678d2497fee38d48419d49 1.00 MB 642 6
374,183 374,183 00000000000000000bccab7afc614fe8435c93d6492661275446ffae1a216fb7 0.18 MB 360 42
374,182 374,182 00000000000000000ddd2cc6487d591bbee45ff0e78f2d64ef1662187dd91d74 0.38 MB 645 39
374,181 374,181 000000000000000008ee2d0cd62d57969c7c0635c3e2bccc8da6aaeedf9b372e 0.93 MB 1,511 31
374,180 374,180 000000000000000010a85d3955bbce5dcc42b781b3ea80b8035e39c4cabaf416 0.93 MB 969 16
374,179 374,179 00000000000000000fba4bbbca82527d0f5e7105301175cf084f321dea126554 0.93 MB 634 10
374,178 374,178 000000000000000009dcb09c587e869446aeee210c249570307517dad0fe8137 1.00 MB 700 8
374,177 374,177 00000000000000000d4882c21f934755c25b5253c0f20f5bb0615942b80a2df3 1.00 MB 887 12
374,176 374,176 000000000000000002584e15629b32f08378db928101f6793ddde4c67ebefcf0 0.50 MB 953 37
374,175 374,175 0000000000000000123f476241d6f793c6b80e748ce0ef34429cff90052479ff 0.50 MB 1,133 58
374,174 374,174 0000000000000000097766440e4c2aec9aac49db2e47652d1c59556bbc42f2ba 0.93 MB 869 12
374,173 374,173 0000000000000000094681e667a7bbec5dcdbfc99f1c392fa89b5c9e91286e28 0.00 MB 1 0
374,172 374,172 000000000000000003b6829bce1b448fc8b4a4fedcb62ef935f1bc90ff8f12c6 0.75 MB 930 28
374,171 374,171 00000000000000000edd2f2cb596cd3d6abdf9ccbaa6c0a0e832b8c7879317c0 0.75 MB 1,116 27
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.