Memory Pool Memory Pool Refreshing

12,399 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (95,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,833 811,833 0000000000000000000477bc5a54cb3c335ed139655274c8d666e7f8b25547be 1.30 MB 1,498 10
811,832 811,832 00000000000000000004c9f9dbe6aa7a940e71c0ce095af903357af3ee20801a 1.52 MB 2,234 13
811,831 811,831 000000000000000000010a96c7a392248a4263027ef15bcabd3304f8d386e670 1.57 MB 3,706 22
811,830 811,830 00000000000000000004532dbedede77191b11688563eb89a5d102eaf5e1e292 1.39 MB 2,242 15
811,829 811,829 00000000000000000004537ca05ed90b964cb2bef92182fe25bd7678e7ebe6e7 1.50 MB 2,093 15
811,828 811,828 000000000000000000016d70f24fb7b0e843b352c1259f62788d2ea69714b130 1.92 MB 2,907 19
811,827 811,827 0000000000000000000019c5252485cb98bf76e92bdcea968408d8a754d7b870 1.30 MB 1,476 12
811,826 811,826 00000000000000000002ac878349d4ad45e1bd1849e38dafeb34ef5b754d8539 1.26 MB 1,461 13
811,825 811,825 00000000000000000004733b01cde00fe82e25da28e96989745250d95f16aa1f 1.59 MB 3,371 22
811,824 811,824 000000000000000000018e9017ce80ca6e734730e7530cb1a0ff324cef404e4a 1.17 MB 645 9
811,823 811,823 0000000000000000000052d4fd0c091dc0b019d6ea874fa7ba85e1a2599c99e3 1.26 MB 1,600 14
811,822 811,822 0000000000000000000079fd7b453210bc684401262a452c697a85dfd28b1489 1.60 MB 3,170 22
811,821 811,821 00000000000000000004216aa20e3e74cb9bf2305f4ad4f109f7a2b02d083a8e 1.06 MB 353 4
811,820 811,820 0000000000000000000475ad07e0e3a9a735237b2e3438a9e057c5213229b797 1.28 MB 596 4
811,819 811,819 0000000000000000000420ca52fafc352c9478e0afc28a599c2e96c2c313795c 1.18 MB 377 7
811,818 811,818 00000000000000000003686f7c40e51d43ee4b1776fd5638cc33e85fa54191a2 1.56 MB 2,168 18
811,817 811,817 00000000000000000003bcf8a9b131fb70ca308118d67b30722318b3d8287013 1.21 MB 795 9
811,816 811,816 00000000000000000004ae53f06a61a2b78a125a5d85761b1c802dc44915c6de 1.08 MB 313 4
811,815 811,815 0000000000000000000494f1145a0d7002acb37433f358d39bd59081fea25b07 1.17 MB 743 6
811,814 811,814 00000000000000000000778a443c1f043468a82276088f27563c595910cae4ce 1.56 MB 1,714 4
811,813 811,813 00000000000000000000491b9dabe184d0cba4dc47115acae380cc4100d9374c 1.28 MB 823 11
Previous 10 blocks ↓
Total Size: 769.01 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,622.15 GB sent, 92.93 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.