Memory Pool Memory Pool Refreshing

22,646 transactions
25.17 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,072 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,384 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,071 (437,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
424,215 424,215 000000000000000002def7ee147999d706c43403324aff3d148a409248e51504 1.00 MB 1,727 93
424,214 424,214 0000000000000000018d4f11b461f188365996cf3855f063154f9b33e86c487d 0.74 MB 990 37
424,213 424,213 0000000000000000047b49a90c9dc96e3529ad5b041f86156ed09edcc21a802b 1.00 MB 2,368 77
424,212 424,212 000000000000000000f675806e238a01b38c4a0672f554e29278335d6c4f2ec8 0.00 MB 1 0
424,211 424,211 00000000000000000448016e57394a352adfd32dce2c9d5710a964eafd212952 1.00 MB 2,713 114
424,210 424,210 0000000000000000000fa6b04ba713eddb300ba50130481d5b5c1402a8a5a947 1.00 MB 2,405 64
424,209 424,209 000000000000000003cdcfc24e88873bf74e40388e2dff596a7af407dcb361a6 0.26 MB 605 59
424,208 424,208 00000000000000000478c6bccb00bad0b4ccc9042015610fe8ccaa57013ae459 0.04 MB 100 74
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
Previous 10 blocks ↓
Total Size: 684.30 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,333.18 GB sent, 100.29 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.