Memory Pool Memory Pool Refreshing

3,378 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,357 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (719,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,968 187,968 0000000000000312d2052ecb1537ea126ac566e8e5e3b746ce8f530f5088289e 0.07 MB 163 158
187,967 187,967 000000000000006c51e9aee0a1f69f612fc0cb64b3edafc5ebf4a8299001c1a0 0.00 MB 10 15
187,966 187,966 00000000000000a402096058397f0272fbf9257a9f45a1b59b191a89d69001a5 0.03 MB 54 72
187,965 187,965 00000000000000421f215cbdb6d18038282a9355d878d9f88846cc2544572428 0.01 MB 22 81
187,964 187,964 0000000000000686a568a50e1fb66cb799187944a8df58ee25410172df8fde34 0.08 MB 103 82
187,963 187,963 0000000000000628e1d354c19c99933fc8c4eb7b98e1a8f9182496948f7d87ae 0.02 MB 49 101
187,962 187,962 00000000000002d0e595f92fd88db870c9aaf88a1320f098d1e3490fff2bddd7 0.04 MB 86 265
187,961 187,961 00000000000001adaed62d0dc07b3e585ceb9ef249b551c3399ce9ac8f39cd1b 0.02 MB 42 85
187,960 187,960 000000000000093dd06ce15fda0d7ef9963cc0293b5c889759b27acebc8d231d 0.01 MB 18 58
187,959 187,959 00000000000008ec0464db680b57504a3e5248e1f7a44265f45f0d620d6a931d 0.03 MB 91 156
187,958 187,958 00000000000005f053b9d09147b14418b1558b91e9c3678aecf99228af1bb420 0.02 MB 51 97
187,957 187,957 0000000000000649c1e4aa5eccd79ae4eb35513bbecb910778cf4d6cfdce62d4 0.01 MB 20 42
187,956 187,956 00000000000007471835c8fcfd5f9dbd671ef835a081c690d31028e6a196a451 0.04 MB 137 201
187,955 187,955 0000000000000737817ccf48521aa6a42b54eaae21fac86e169200f60009d358 0.05 MB 94 101
187,954 187,954 000000000000095698267e2ebb3f2a56c4e34cfea20b7b085fdabcddbaf315dc 0.04 MB 70 109
187,953 187,953 000000000000068ef5857a727d75008d346715ff95223a6e638fc752ba907204 0.00 MB 12 60
187,952 187,952 000000000000063bfcc2ddea7a59fb7a04aee0fc57241e0cfa83de9bc0e0dd4c 0.01 MB 15 202
187,951 187,951 00000000000005cd04ec735cfe620482481ec2a0baa2e299fb0412a3aa964a7a 0.02 MB 30 6
187,950 187,950 00000000000008f023106a5b75735feb5fe2ba1bf96dc71a5e89c4ea38178133 0.08 MB 185 81
187,949 187,949 00000000000006bd67ffe76f9b31cee7c1d6182b5deadfb2098cdf6099c535f8 0.19 MB 256 111
187,948 187,948 000000000000086ecf7252af5fd68ca91f20906c6ffca7379d3aa34e2b98524b 0.04 MB 133 99
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.