Memory Pool Memory Pool Refreshing

30,058 transactions
33.44 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,096 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,394 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,095 (437,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
424,207 424,207 000000000000000004a97e0912749b50ba3f15af319d9d927e7003eb5d5ef664 0.99 MB 395 10
424,206 424,206 000000000000000001202a1d892797dd94fe4a694e5880b0e312c372eae16451 0.55 MB 1,008 50
424,205 424,205 00000000000000000411309ae04e9393baab1cc4b94ae6fed560fda95d062418 0.54 MB 817 46
424,204 424,204 000000000000000001f7cefcab78a5a399d4e5a2b066f34545f11b653ba89700 1.00 MB 1,587 44
424,203 424,203 0000000000000000006650bebf2181341cd9c5e7455e0889e5165ecdc8f99f21 1.00 MB 1,019 39
424,202 424,202 000000000000000004865b5dc6865aad6f19911137c1fd924bb23516bd8e2be6 1.00 MB 1,892 63
424,201 424,201 00000000000000000327689945ac5e06ce159d8ada440f8281cee6b0fe455dde 0.00 MB 18 316
424,200 424,200 00000000000000000485f1a039fcd44c5efd358f588632f6d5f026d75eefeb63 1.00 MB 2,285 90
424,199 424,199 00000000000000000275f181be71d5a715aa93ad010486ebb6f4dadcfac84077 0.99 MB 1,405 47
424,198 424,198 000000000000000001a200cd04d4eee0aec61a72d64222f2516098216ec0a17a 0.98 MB 577 15
424,197 424,197 0000000000000000052752eb53519e0c89140c505ac3877115e1822be253ff20 0.71 MB 1,334 56
424,196 424,196 000000000000000000c6afb70f4feaa29f5a8a119d3e0be00a4840a8bd5a1b10 0.07 MB 185 62
424,195 424,195 000000000000000004c62b65c2d98b2baae608ab0c3d5b546103cc441bbfe3c7 0.03 MB 73 65
424,194 424,194 0000000000000000000e4429c3c2df918a1ccd1019d716f44dbe765a93d98a0a 0.46 MB 1,243 69
424,193 424,193 00000000000000000127f995771a284b214bdc4665734cf0b32e4df80ff8ed60 0.77 MB 763 28
424,192 424,192 000000000000000004ea3d4357c8f188a7ae5eea14053010496d53a076ffa309 0.72 MB 1,511 53
424,191 424,191 0000000000000000045260ff4ea17354ae8537c0edbce89ad2326aaf97f7ff23 1.00 MB 2,931 93
424,190 424,190 00000000000000000001179cc07c6c9718284b8b860ef14d4b11b91dba4dc29e 0.98 MB 316 15
424,189 424,189 000000000000000001454349a4dea68c8bd015ca17554c75df9e459728b9e1a5 1.00 MB 1,213 30
424,188 424,188 0000000000000000023aa31bb32e8644c155a31904ca8dbfaff553332a29b835 1.00 MB 1,317 55
424,187 424,187 0000000000000000048cc84bc5c03d39c425847ceca0a3d503e36b7b68da48e9 1.00 MB 1,273 45
Previous 10 blocks ↓
Total Size: 684.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,336.17 GB sent, 100.62 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.