Memory Pool Memory Pool Refreshing

1,844 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,298 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,835 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (861,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,980 46,980 000000002e133b1392372268627adecbf67cc5949d4618cd995ff6ff048ae9c0 0.00 MB 1 0
46,979 46,979 0000000002e573ead183d6c59c7b7e881b02699c78afcbb4ece0144e79f27daa 0.00 MB 1 0
46,978 46,978 0000000016e8f279494f30bd5fab31c6f4c92688431342ce4b927c9264fe3a42 0.00 MB 1 0
46,977 46,977 0000000016ff19461f14625f5baa459f478e0560047f6fad89d77cc0d0d7c5b4 0.00 MB 1 0
46,976 46,976 000000003393e01d61182e1bee468ce810db76ba2eca2927edf78f1d25dede2f 0.00 MB 2 0
46,975 46,975 00000000124c4686a1abbd8f1e1443c34ef6feca4f1cfab536eb2ce989fd9315 0.00 MB 1 0
46,974 46,974 000000001e832cf245f0fa42f4e91a1197081ca1020568bc6e14019926caa3fa 0.00 MB 2 0
46,973 46,973 0000000010454028b56a60305ef0f626849659b35cb30c001017a4c9c9b42379 0.00 MB 1 0
46,972 46,972 0000000028baa0f1744e02430157a61f26dc5002fb63fa7d25301c53c97d3a4e 0.00 MB 1 0
46,971 46,971 000000000ee643adc2a14ca44cab6818a111440e21261a993e8e510d4ccaf1dd 0.00 MB 1 0
46,970 46,970 0000000028eff848b0bab6c6eb2ef25bdcc4cca922b25998bdb1dfd605455322 0.00 MB 1 0
46,969 46,969 000000000b66467aed26f590bd804943dbaf80c296989b5a30f3e3377dc3e0a6 0.00 MB 1 0
46,968 46,968 00000000217e9669bd6a87b66aafcd0a226b0e01f7cb03616b5be942b16ad1be 0.00 MB 1 0
46,967 46,967 0000000004868ae9d96c70430055595838d93bf763677698e425a00a6e7fc00f 0.00 MB 1 0
46,966 46,966 0000000037b0101a2c795d87d67084b066518636e4f62870de2e59efe3505915 0.00 MB 1 0
46,965 46,965 000000000b50066e39ed7725b30c9e772aa43da787d66fad7c9a9048b120fb9a 0.00 MB 1 0
46,964 46,964 000000000b28cbabb3bd70644e72de32161f8fdb5eb8884cd0fddced7151087e 0.00 MB 1 0
46,963 46,963 0000000030cb66be9fa81fbb8ad56c6172740bcd12d27b9877daeb81381f54d1 0.00 MB 1 0
46,962 46,962 0000000036cad844fa57e8cab41d0513092aca06a435ef1958afdac66782560e 0.00 MB 1 0
46,961 46,961 000000002d0c3c3bebbd6e47ebe5eef433acfbff55a4000f94972ecd53e95823 0.00 MB 1 0
46,960 46,960 00000000153b11f1fa8c8b09417fac464b807952d00f2e4acc6b53aaed553259 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.59 GB sent, 98.37 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.