Memory Pool Memory Pool Refreshing

8,989 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,835 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (555,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,268 352,268 000000000000000006ccba0bce6c170d08e8a0a1dbdd8b0c159db2bb38f36845 0.75 MB 2,440 44
352,267 352,267 00000000000000000f392985b896a0b08eeec62fb449be9f55c4921f4c714f23 0.75 MB 1,656 38
352,266 352,266 00000000000000000c15f9d1a01561f628df80440a7d73703de3480e088d6c0f 0.38 MB 797 27
352,265 352,265 00000000000000000783fbfcfb5ede06fd80b19765cf49b98f354539e6b0781a 0.27 MB 417 24
352,264 352,264 00000000000000000a54d7e4327af94880b1f7302266609b2ae05590f3817ca5 0.00 MB 1 0
352,263 352,263 000000000000000009c5e03456c62a359eb477f11ea34ec2ffd998a7a895b936 0.20 MB 374 16
352,262 352,262 00000000000000000e0271f415ded4fcd3b4ac6619a2e564c8e00089b688b55b 0.49 MB 1,068 31
352,261 352,261 00000000000000000bfd162bdf860686454753ed4db4fcbd46f6fa2015988302 0.39 MB 788 39
352,260 352,260 00000000000000000369920c52fece841b8d3e5fb4abe7f99f30f093ae998b2e 0.18 MB 294 19
352,259 352,259 000000000000000005d571848622d88669c9d22ac14791e42bcc41b7e43e01dd 0.75 MB 1,291 19
352,258 352,258 000000000000000002e7626377aea7d11d66a6e72fff71801b3341a4aa645209 0.75 MB 1,076 19
352,257 352,257 00000000000000000196f73fbe2d57ebdc7089c26a71e49d604aaf2a6da838fd 0.75 MB 2,497 44
352,256 352,256 0000000000000000149e57d3bb58654640746cd89aa364432a36d8db475b326c 0.34 MB 404 10
352,255 352,255 000000000000000010e3ca6ae278e535c46ccb4230b113bc657b069d7ebdad37 0.75 MB 1,538 29
352,254 352,254 0000000000000000060afbe7219e4ca2c942d096a25e4258870385b80b81a5fd 0.19 MB 320 19
352,253 352,253 0000000000000000092ab7acff476820445cb2f62e10c5e7997b81a6c855a3cb 0.63 MB 1,268 31
352,252 352,252 00000000000000000801aa3ab21a88c56acb66dc6f2560201369498f4d4c85af 0.75 MB 1,569 36
352,251 352,251 000000000000000010a6a3ce2d3db6bd9d1e8f511b388f2eb35c1cbb319d9132 0.10 MB 108 9
352,250 352,250 00000000000000000752e6a1c4b5ce6d860de5f95c3ee1da85cc7deb8560d8cb 0.49 MB 1,074 28
352,249 352,249 000000000000000014166664dc54941e664bb1c061cc81580559dac0b49c391a 0.08 MB 108 14
352,248 352,248 00000000000000000bf7a28dd7e8f6c22cc606e6c4818e02b6e76dff6fb2651a 0.29 MB 531 21
Previous 10 blocks ↓
Total Size: 768.98 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: 1,616.38 GB sent, 92.72 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.