Memory Pool Memory Pool Refreshing

5,343 transactions
9.60 vMB
Show Random Selection Loading Transactions
Max Size: 44/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
895,907 000000000000000000025ced0000000000000000000000000000000000000000 ago 1.00 vMB 2,922 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 895,906 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,906 895,906 000000000000000000022c8e8be1401fe38a30fa30a3d9f58022c34950643286 ago 1.52 MB 2,370 4
895,905 895,905 000000000000000000008471bb830186b313afc0bf3550f230bd969998451a0a ago 1.54 MB 1,893 3
895,904 895,904 000000000000000000006517305f82f5ea4765ab16788981bf96885467629317 ago 1.53 MB 2,665 5
895,903 895,903 00000000000000000002168e978c0b8f3b89a127603690c0e5df2c65f015d896 ago 1.25 MB 468 2
895,902 895,902 00000000000000000001476e68d849ba7edd009d3f5dba5495e98620e17f74a9 ago 1.67 MB 3,316 3
895,901 895,901 000000000000000000010afb949184fc8c051ad18b9dd69f206ce0ceea5efdb7 1.54 MB 3,300 10
895,900 895,900 00000000000000000000fe2a5503dd5ea3145dea3775de1f5b76ebcfb7eead83 1.49 MB 1,701 4
895,899 895,899 00000000000000000000245f78aafb47e4928444a8421b84b5f841d5d5f13d52 1.52 MB 3,544 8
895,898 895,898 00000000000000000000972bf0cec1f6cd4afd14cb18a43a50dcf881d68cc3db 1.28 MB 1,418 2
895,897 895,897 000000000000000000000848ac6b5b16471f5b44d10b21952d5e0c0be1872bc4 1.53 MB 3,186 7
895,896 895,896 000000000000000000005dda85b3fe43f5bbe058b22ae381c2055d3c9a545902 1.62 MB 2,621 2
895,895 895,895 000000000000000000012efe9be21ce33ec2a58e51249e46597e6d8e1205d369 1.71 MB 1,777 1
895,894 895,894 00000000000000000000c247428f0bba653ef2adb7ce6b897ec3ad07eaea1406 1.79 MB 1,613 1
895,893 895,893 000000000000000000005c80fe24dc4808559584026672b492deb9b42be413d2 1.57 MB 2,400 3
895,892 895,892 000000000000000000014dabfd813dfcbeba343af2a4d801de348055421f7bcb 1.96 MB 984 1
895,891 895,891 000000000000000000016f2bb025762c6d557b1958a22ba890dbeec4e1980fed 1.19 MB 786 2
895,890 895,890 0000000000000000000075b75b759a1e4bd7de341114b25f465eb2a6373b0ed6 1.61 MB 2,681 5
895,889 895,889 0000000000000000000167896005bd9f933bde54080ddf22f8b1597fc465ecdc 1.64 MB 3,215 4
895,888 895,888 000000000000000000003cdf47d24efbca8093b4418ab6a4b081cacc7681a1ce 1.42 MB 2,735 3
895,887 895,887 000000000000000000023f958c8afc43d65c40f93fa1f59a4cd2a3a2f968e2cd 1.56 MB 3,492 5
895,886 895,886 0000000000000000000116d0650be5c6aa18451ac0e29889384f9d3afe0e08b9 1.58 MB 3,219 4
Previous 10 blocks ↓
Total Size: 748.57 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: 502.76 GB sent, 2.83 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.