Memory Pool Memory Pool Refreshing

17,068 transactions
8.96 vMB
Show Random Selection Loading Transactions
Max Size: 52/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
883,187 0000000000000000000277260000000000000000000000000000000000000000 1.00 vMB 3,821 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 883,186 (698,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,317 184,317 00000000000002da90afaff5201347378dfcf984ee36256f8f240d1345377fe4 0.25 MB 655 147
184,316 184,316 00000000000008e029f1ac69c5440b6734dad4549b99b8f6def47eaa4139d118 0.25 MB 566 131
184,315 184,315 00000000000009355e499cd32cdcd379c16867c4d86cf2d6e7f0342fa3abbfd9 0.32 MB 1,024 164
184,314 184,314 00000000000006a9a2a72d2550351a672ded750dcb52b9b6dff1f00a160655a4 0.05 MB 138 158
184,313 184,313 000000000000089f607c937ac75d2056d60ed637c4391ac3286005c1a10bb8a8 0.05 MB 133 126
184,312 184,312 0000000000000235d83b1d42bf4da208079d5477a3a9714638157e8ecff0dbb2 0.25 MB 547 125
184,311 184,311 000000000000066cbbb1b9e578cfde73957be7b3fa5ceadd59f6ef3ffd060237 0.25 MB 695 139
184,310 184,310 00000000000000bd604a2a1080a68e50ccda82b3b9a49f22ffbf77de01a55371 0.25 MB 614 126
184,309 184,309 0000000000000a7643ad0dfd6437a53222972d1da5cec77d896d412aa2ccc7b5 0.00 MB 13 67
184,308 184,308 000000000000032a03bbcf4536ce54956f15cf678cf3af94c62ad9f568a57f71 0.25 MB 549 118
184,307 184,307 00000000000007104b8abb57de4f9b0887d999a42fcdf9797c02c8186a16dce4 0.05 MB 143 114
184,306 184,306 000000000000022f56ef3a98c5e15482d2d302b95d19be2adf170e48a76c0788 0.25 MB 516 148
184,305 184,305 000000000000042b10e6c2fbeb70760257998da5914dc40b7291ab4dd25f0dde 0.00 MB 11 14
184,304 184,304 000000000000022afdfab5909a959addf96faf897bc08fd4aecba5bebfa8211f 0.05 MB 142 390
184,303 184,303 00000000000005123cf8fba185b22d6b72eaa77512dc8aa630218bc15cb7c7d1 0.25 MB 466 108
184,302 184,302 000000000000020a7ee6d2fb2d5349d01611fd8b8009fed28df3504435be242f 0.25 MB 486 112
184,301 184,301 000000000000051c471372e456cd39026bba15466343137034de17ba6b126449 0.42 MB 984 145
184,300 184,300 00000000000003065c6330968372557eb1978cbe1258035e5862f4d783b77e01 0.00 MB 12 341
184,299 184,299 000000000000081c2e834ffaa25ee6cccb7f6dd11c855c32349355ff460efbc9 0.25 MB 644 133
184,298 184,298 0000000000000736578b5cba6e5d2886d5676baf8c3d20e776d4639b780d0858 0.05 MB 134 121
184,297 184,297 000000000000017064d6ba1241c977354791b9282eed7e53f320174b8c1610e0 0.02 MB 48 16
Previous 10 blocks ↓
Total Size: 724.86 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: 2,276.20 GB sent, 87.13 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.