Memory Pool Memory Pool Refreshing

546 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 533 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (548,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,934 358,934 00000000000000000aaf49e036855ac582e3740b0bb77a5ac70fd67506fef5c9 0.75 MB 1,350 24
358,933 358,933 0000000000000000076106fdc807238c1934a0c777c6abc5ca5b7ff20dc901b4 0.16 MB 239 24
358,932 358,932 00000000000000000eff0843de040a5c6f551eca833d488ad0dacd1b2e6f56dd 0.40 MB 682 25
358,931 358,931 0000000000000000082243eeb2b3fdb80c2805bffc9839da928d3e281426a7b0 0.43 MB 502 15
358,930 358,930 00000000000000000971af583812c3172919d03c6e23d197660b00b3d607af4e 0.75 MB 1,692 31
358,929 358,929 000000000000000007d3f148dd48abc0f223919bc92e993d6ea516192cb3eb62 0.21 MB 355 23
358,928 358,928 0000000000000000157cdd446c4592866b3258628f59154ec4c205465be332c4 0.45 MB 856 24
358,927 358,927 000000000000000002899df1638d682ed63ca377ac11643ad452640e66b267a6 0.48 MB 807 25
358,926 358,926 000000000000000012f3a7a3713ab00d96fb02ac86bb49bc7c7f07e05927261b 0.24 MB 549 31
358,925 358,925 000000000000000013b371d42c26a849af0a4dcac088160600207c7656f2b93a 0.57 MB 1,041 24
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
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.