Memory Pool Memory Pool Refreshing

22,682 transactions (5.27 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,175 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,426 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,174 (822,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,839 86,839 0000000000069fa1b4a43be648a5f351d5993c47ab8e0f508ac1d251e20572f2 0.00 MB 3 0
86,838 86,838 00000000000b7a6f4a6de46f6985482ef71d864fc4f22e948fab10ee538e5008 0.00 MB 1 0
86,837 86,837 0000000000194de7c5fff1804f6edac4b86d4b6d5c7fa99bb6445bced52ca2e6 0.00 MB 2 0
86,836 86,836 000000000006c70ea85c90c7dbafb16660015291b5f939c9104c4cb02bb44ee5 0.00 MB 4 0
86,835 86,835 000000000008b137a63ac674f81ac3a8a9d9e124a35f210f9f8c99f7830eb106 0.00 MB 5 0
86,834 86,834 000000000007b67642ae991cc4356c11a7577dc85fba22d5c47369676a11800f 0.00 MB 6 0
86,833 86,833 00000000000a030ee7426283d79f2899da05c630a16545e014f6093775d61ec6 0.00 MB 2 0
86,832 86,832 00000000001227835c202a17cf79a70d5261a7f7195cc8156c7d59dadf0f16a6 0.00 MB 3 0
86,831 86,831 00000000000ef0ee24318854b1ef846b394b88d155cfeb4c65d1fe2afcc28087 0.00 MB 3 0
86,830 86,830 00000000000fde5b3495767ed002aabecbbb83efa006f3b01a9b5853c3a6c3dc 0.00 MB 5 0
86,829 86,829 000000000018edb06aeade5af7575d4186fc44dc87b2ad37fe210b43880a5599 0.00 MB 5 0
86,828 86,828 00000000001b3ea4cf89969c6fcf17670095a720d0bc51603a7cae487399cf31 0.00 MB 3 0
86,827 86,827 00000000001d9bd849cdde5bba68d11fe8c9cd7c2bb9adfdd818b8b5b26ff57f 0.00 MB 1 0
86,826 86,826 00000000001d681914c12ee5ab07e68b2f18e479dfdfe2fdd22d0eddc69637fc 0.00 MB 1 0
86,825 86,825 00000000001114eafc78e8974fc64c27580e58fe0c70949c55857cd91227f4c9 0.00 MB 3 0
86,824 86,824 000000000017ef7f77a36548ac6a4b8281539ae5a39d9c133b9a9a98971fdde8 0.00 MB 1 0
86,823 86,823 000000000008330c81753dacc4861032c1956861cda0e60e35ca276fbc564310 0.00 MB 2 0
86,822 86,822 00000000001862fde6e5634cbf6ed7ba396ace2178ae816a5fd52cbef9abd9a4 0.00 MB 1 0
86,821 86,821 000000000018f9edf0094d739d1243a5b43eb5c37c3a7e5b73a13e975a552bf9 0.00 MB 1 0
86,820 86,820 00000000000efa3093bd15b310fd709d16e8cd64f0f03ec5a86db972cc453ceb 0.00 MB 3 0
86,819 86,819 0000000000103644ab26707ed7797dc1eb97055e0930dced61c38e40f9c1398e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.87 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,984.49 GB sent, 107.06 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.