Memory Pool Memory Pool Refreshing

2,125 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,117 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (548,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,924 358,924 00000000000000000cd717f6243a2fb60865f1bfb1ab374a63a14585508042eb 0.47 MB 804 22
358,923 358,923 00000000000000001703b24eac5a8d47cbf76ed3242e69417b627223e6f15b82 0.21 MB 436 26
358,922 358,922 00000000000000000cbef3269d1e18c4fe79e5d135386dacdf0c3d9c9fded570 0.31 MB 524 22
358,921 358,921 00000000000000000db6e930fce9fcff9e53fa16f3c2efed5182794db39b67b2 0.37 MB 692 21
358,920 358,920 0000000000000000165435ab26b3348f628d3d20a50cd90f34de012bba85e585 0.59 MB 1,049 23
358,919 358,919 0000000000000000003030b2b18c8aa592b8ac97ec9eb921452fe80ba2b18d07 0.53 MB 575 16
358,918 358,918 00000000000000000ce5721adb753df9190ad697d724d86a16fdd55e54d8255b 0.57 MB 737 15
358,917 358,917 000000000000000004752d45252fb45436656ee0e1b01178a553a670b3f240b2 0.75 MB 1,834 33
358,916 358,916 000000000000000005fc26a7c3714115c6db42197e1a3fcabe7a48912ca5e843 0.54 MB 608 11
358,915 358,915 000000000000000002b2af3cd8c68f3672ce5e97ea22f21a85cbc741551ca231 0.95 MB 1,991 30
358,914 358,914 000000000000000011ea2c2ac1c8280755ec9f89357ffd597ecc5b9502dd4012 0.08 MB 190 29
358,913 358,913 00000000000000000c92138abab539da317c4202891f301cb82a6e3ec20fd7f4 0.75 MB 1,324 340
358,912 358,912 00000000000000001229fbe8cb59bac2d04db4f098ab3636394890490f723194 0.70 MB 845 16
358,911 358,911 000000000000000006197e9477d2618abbfe8db46fe98a1c7f4403962e81acc7 0.75 MB 1,563 29
358,910 358,910 00000000000000000683a8bf25ecb3372b339ad54418f1f2453846a9097d737b 0.99 MB 1,707 23
358,909 358,909 00000000000000000ad5722028583701e76ecb025d0fb3203def5f7074c40fdf 0.33 MB 492 19
358,908 358,908 00000000000000000af79ec7c0e8972cffd5234be898c5f9e9a12c10b2a8d78d 0.85 MB 1,311 20
358,907 358,907 000000000000000004f99b46c75ab14c01eb6f0f1b62dfa3d1a9ffe9988ae4ea 1.00 MB 1,834 31
358,906 358,906 000000000000000006a1f8d50d441069d42460c92592760c5bdb860eaff0b259 0.75 MB 2,015 35
358,905 358,905 00000000000000000356849d1b7836fc19b8fd29a52494b2cb7f302abff0704d 0.16 MB 317 22
358,904 358,904 000000000000000008b8cebf7b7d28b3677011820a5fdb5bfb206d3b8e46de8e 0.75 MB 1,503 27
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.27 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.