Memory Pool Memory Pool Refreshing

6,386 transactions
26.84 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,772 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,692 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,771 (344,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,157 518,157 00000000000000000046952a0fb0c0a711d48900007a098153642ad8708dd91b 1.03 MB 201 3
518,156 518,156 0000000000000000001d37048ab4f52b5ec84683e4ec5a2ced8ebd1b509621a0 1.16 MB 2,377 29
518,155 518,155 0000000000000000000d1a0e57ffc00d67f2af6cb3acf1c4511aacf978cb1f31 1.04 MB 565 10
518,154 518,154 0000000000000000000a95acd66b06e195862f562544f63e76452f083e94b6c6 1.08 MB 1,180 15
518,153 518,153 0000000000000000000b71ce67c759d399701870fc8e6ba593abce71e51ba7a3 1.01 MB 255 6
518,152 518,152 00000000000000000003f72f07db76928e674173ed3bdb096b59ab7259e9feb7 1.11 MB 1,733 24
518,151 518,151 000000000000000000066264383ab624a483c69949aad0f37d59a64ebf2aa42b 0.80 MB 397 8
518,150 518,150 0000000000000000002d81f3b5ac1eac1acc3f1812c632c90e81f3a378aaffe5 0.96 MB 793 15
518,149 518,149 00000000000000000023bb404cfa1c1a707e2fbcc4c8e19cc9151ccb21a247fe 0.23 MB 406 38
518,148 518,148 00000000000000000017884163eadffc5392b70387be2fdefd495ff7f756e73a 0.39 MB 816 29
518,147 518,147 0000000000000000002813d34daed27654745bf19739c450638b738442112af8 0.90 MB 1,623 30
518,146 518,146 000000000000000000015ac3c7e803eb7d2b14e0e3ddeb94902a3ba60db1464d 0.06 MB 86 32
518,145 518,145 0000000000000000003ee2085a2176d94cfa4ebbf02a33bf4feb51e8fe9332c9 0.42 MB 858 30
518,144 518,144 0000000000000000002dda06eb6c8393ba02d11a0fb3d5e7ec8789f01311f908 0.77 MB 1,506 37
518,143 518,143 0000000000000000002d0ff8533c58022ad848c5f496cb5313588f2018323400 0.03 MB 56 22
518,142 518,142 00000000000000000012c487af9ca78de740eb5f0b1cab2dbc04e64647262be7 0.09 MB 217 34
518,141 518,141 00000000000000000006b5aec0fe8b49c5053edac1b6b076ecf7b5c832b24797 1.11 MB 2,200 43
518,140 518,140 0000000000000000001f49296ab06e148008db69bd4d1ee7804bd8ee3dc04afb 0.14 MB 275 37
518,139 518,139 00000000000000000034dc1f18055e8a7cbdee20d919dcda6c1afdaadd01d43e 0.61 MB 1,356 33
518,138 518,138 0000000000000000001a927b1729fef3fa1ba3a5f9fc3ad71186a04dfdf4ae80 0.04 MB 93 37
518,137 518,137 0000000000000000003475b43c2826dd95872f234403ffe806b45e8c39b8be3c 0.39 MB 875 26
Previous 10 blocks ↓
Total Size: 685.66 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,396.57 GB sent, 109.75 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.