Memory Pool Memory Pool Refreshing

3,051 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 3,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (78,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,844 829,844 000000000000000000037c12adc4f3d8c9324f6928f2218e0690191f81492a3a 1.55 MB 3,477 37
829,843 829,843 000000000000000000033ec767ce0cc13da8ce1e3e3081c9cc3adcadc2c8de98 1.72 MB 2,349 21
829,842 829,842 0000000000000000000152d109e95af4e74b9c09321eea5dbd09489cf141f108 1.61 MB 3,670 34
829,841 829,841 0000000000000000000087ac2038df61d51ec2d9a0c2eb4830e4987fffbb95d8 1.74 MB 2,380 18
829,840 829,840 00000000000000000003469409b8dcf1cb962ad548e396155d6cd033339be39a 1.39 MB 1,892 25
829,839 829,839 00000000000000000002f20f0bd61358a427b32e133ed8d5c083b0af4bf03bc7 1.78 MB 3,422 15
829,838 829,838 000000000000000000016e242cdee3d9300b4c311ae089109442e26137a781e6 1.68 MB 3,222 29
829,837 829,837 0000000000000000000082cb1c8766c52c1b02d0a51cbcab883cec030031a9cd 1.78 MB 3,197 19
829,836 829,836 00000000000000000002ae60df035d662b4cc2e927a6d88a940cf264c3e25adb 1.58 MB 3,715 36
829,835 829,835 000000000000000000035f228e78939b97c0d0dae07958e51a8f735b794b0a6d 1.75 MB 2,688 18
829,834 829,834 00000000000000000003737c09834c34779ab8353d2802b1726bbf92e6a4187f 1.80 MB 3,554 17
829,833 829,833 00000000000000000002237a1aa31b928a7f89211c9e82c9e539405eb7f6d224 1.88 MB 3,661 15
829,832 829,832 00000000000000000000956e8b14383d75dc47aa86b7c745e8074ffd801f88af 1.62 MB 2,664 27
829,831 829,831 000000000000000000031895d8101046803363852d84c9fcf3c10c18baa06978 2.23 MB 3,829 16
829,830 829,830 000000000000000000001d009527deada865fbf9751609d7419aa8564f0b1eb9 1.95 MB 1,462 17
829,829 829,829 00000000000000000003a3b72ea88be42356514ebd74a7c2a80a539a71befd42 1.83 MB 611 17
829,828 829,828 000000000000000000001b770eb2d1a54be1b5a1b5270921b361bc72b59591e2 1.45 MB 1,165 21
829,827 829,827 00000000000000000003775d97ec610e54b8b201b5feff6db72ff9d7754beac2 1.87 MB 114 15
829,826 829,826 0000000000000000000380f62b7ee0b43ebd0e2e3389fdcd782ebd5b3fcb0513 1.65 MB 1,307 20
829,825 829,825 00000000000000000002db1605171cc371564792013fcb1898bbce8a4fa5d5e2 1.67 MB 1,278 19
829,824 829,824 00000000000000000001c720d7375d41a0839da2e8209d270e68794df61b65a1 1.95 MB 2,017 21
Previous 10 blocks ↓
Total Size: 769.42 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,645.20 GB sent, 95.03 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.