Memory Pool Memory Pool Refreshing

20,892 transactions
21.27 vMB
Show Random Selection Loading Transactions
Max Size: 126/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,069 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,743 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,068 (68,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,226 793,226 00000000000000000000398442ceef2039b4f8c1d21531b5aa119917bfd98d33 1.50 MB 3,077 73
793,225 793,225 00000000000000000005728890fc8b1add208252be18a8e401a159ccde1fb72e 1.29 MB 2,196 48
793,224 793,224 0000000000000000000075c071647701ed4bc0b023142eddf463c7f88e014fe8 1.48 MB 3,072 62
793,223 793,223 000000000000000000038ebbdede6594db94d1a8e08eee27eb08d3d3dbd269ea 1.69 MB 3,265 48
793,222 793,222 00000000000000000000eec7eb3927f90b96e93aee32507c144365e5b8f10836 1.55 MB 3,126 64
793,221 793,221 0000000000000000000463c10fa9dc1976465311b042ee24e843a6bd47c5efe6 1.32 MB 1,548 61
793,220 793,220 00000000000000000002463bb85b383f226ba99718aba233a1b71cdf553227da 1.86 MB 3,316 74
793,219 793,219 00000000000000000003f5ccbd928f0f45dfb53c9c224390c848208ca9264c2f 1.73 MB 2,872 73
793,218 793,218 00000000000000000002186990a5752ed5fcfe01848ba363f65fa434dbbb8192 1.25 MB 1,525 60
793,217 793,217 000000000000000000043ed67ca6a751d5bb2c72f913a8b799b860e26d0daca0 1.36 MB 2,456 57
793,216 793,216 00000000000000000002117f36f004d5c4c80e84472929ab8ab7782a9809dfdd 1.36 MB 2,168 63
793,215 793,215 00000000000000000001583a75d8cf1461edffa67005390f8c59fc546e064cfc 1.16 MB 1,028 58
793,214 793,214 000000000000000000045e976642b7eb18b31c30173048a1fa68f1e32d27b3d2 1.71 MB 3,798 52
793,213 793,213 00000000000000000004cc5d884064f183e14323c3c930ad2f431d90f9c58bf4 1.66 MB 3,698 74
793,212 793,212 000000000000000000036caf4a43d0472a115ff7d9d54f48dfc07c139743819b 1.68 MB 3,887 63
793,211 793,211 00000000000000000004b2d722d1babcdb82a38ae4db7c5ea66a98b12834e782 1.67 MB 3,687 69
793,210 793,210 000000000000000000012c00059dd091027ce977ae54e40da166293c9299ba0e 1.60 MB 4,403 62
793,209 793,209 00000000000000000000df94d49156fc8912ef63b1a878cfb14b794091942471 1.58 MB 4,309 70
793,208 793,208 00000000000000000004946ef92ba0f9eb927d8d94590eba333978ab44da5b6c 1.57 MB 4,746 72
793,207 793,207 00000000000000000001bffc48e54aacc42df1665b6307911e95f30779c43eef 1.70 MB 3,570 70
793,206 793,206 0000000000000000000222502a94fd91bb611e429c2f9ff7f6d08400c4a4a8c7 1.54 MB 4,192 84
Previous 10 blocks ↓
Total Size: 684.29 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,332.73 GB sent, 100.24 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.