Memory Pool Memory Pool Refreshing

2,834 transactions
23.84 vMB
Show Random Selection Loading Transactions
Max Size: 97/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,149 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (822,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,619 85,619 00000000000e2039bf420aab514dcd4cac7e2b51bcce4f3fe9edf5e4ee4d7f1d 0.00 MB 1 0
85,618 85,618 00000000001f1e78769c7f479100c20ed3572e3a927f389d003b12a85df4dde6 0.00 MB 3 0
85,617 85,617 000000000017ba0767ae2306d4a28c3ea262658fc85d944e59150da755dff871 0.00 MB 1 0
85,616 85,616 00000000000c1e668cba31440057be44e6f4c555c577e5bb9107ff1f7df279fc 0.00 MB 1 0
85,615 85,615 00000000002823e9cbe6bbfdf6b3bacf051d71c68e5cdb35f864daa8742010e5 0.00 MB 1 0
85,614 85,614 00000000002daeeda09da9da499bde222c3bd383eb7896044cd73f5a10ddb80c 0.00 MB 1 0
85,613 85,613 000000000016b6f68fdd65f242aa90ac707dcb80c9ead90b77174a1002ba6c75 0.00 MB 1 0
85,612 85,612 00000000001c3f09af0d3019c74bdf65d5ff381eda109cb6817c221c47af5ab3 0.00 MB 1 0
85,611 85,611 0000000000052a02b889d89061efa0d575af3b8d801649ea401762e168ba3216 0.00 MB 2 0
85,610 85,610 000000000011ffe19171b2db730e5d29ef9bb8646ba8710e34eed39b16004d1f 0.00 MB 1 0
85,609 85,609 0000000000089f64993f0ba7b0526fdbf3f28176e79e9e2d35436af018beba26 0.00 MB 1 0
85,608 85,608 0000000000050d4a018cc131926c8a67141c2fb75bda13f66809792b24ed1d11 0.00 MB 2 0
85,607 85,607 0000000000255af15a66afded9bf990c912fb4f0c342d5a6077de41fe17670d9 0.00 MB 1 0
85,606 85,606 00000000000345347c8086dcb046cd89a667250eda80f0ec492fdd1251b14265 0.00 MB 2 0
85,605 85,605 00000000000e2e87ff986c4ab81b2988cdb01126550895bdabc358cb931fee47 0.00 MB 1 0
85,604 85,604 000000000002a6c30c50b48e57048112c0fdb31aaf8583ce06a6dd4336d5ab3b 0.00 MB 2 0
85,603 85,603 000000000022b0c0c85306083505e5f86d5d4fbde2e7e4a2db9fdd2ed14d5b4c 0.00 MB 4 0
85,602 85,602 00000000001b7b402b2b04e19690b20c8527a4b5cdf88cf4dad5d2a7855f3ce3 0.00 MB 2 0
85,601 85,601 00000000002afeaa4d5d2c0ac4f71aecc90454d65ebabe4e51d4805f15ecc7ca 0.00 MB 4 0
85,600 85,600 00000000002af69e311402c8f3bf588367546a433ceef0381c1e75eb69d9561b 0.00 MB 1 0
85,599 85,599 000000000029ae5c0580bb16e58668a72c6038abdd51725e8f57cf5cd04eff19 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.77 GB sent, 98.61 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.