Memory Pool Memory Pool Refreshing

2,162 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,157 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (781,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,157 126,157 000000000000373c6b6b9cc921a48978393e74c81fe5066e62dad03889be466c 0.01 MB 22 813
126,156 126,156 000000000000264d4bcaabfc91d8c1be3c2a49a07b466a3ca1cf2b060eb52f95 0.01 MB 18 799
126,155 126,155 0000000000000cb04f2a677afbdebb9de76877677cdefc5b39b861948930b0b3 0.00 MB 2 3,875
126,154 126,154 0000000000002f1934d3aa7ace10c8560e7e6b5b77be6d03bbdcaebf3152b240 0.00 MB 6 2,362
126,153 126,153 00000000000037afd13071b6736569c9b1abf158e7a531fa2422a86923f2b269 0.01 MB 3 962
126,152 126,152 00000000000027db614bcf70432b7a383ed16d300e5946926bc740040c986375 0.00 MB 8 0
126,151 126,151 00000000000010502396ec93ba4e2fbe1abf83c2299ca64c4244375b849a0f75 0.01 MB 27 1,212
126,150 126,150 00000000000000b62033156410992c8a28f4eac6d57e18f32a836925df44669b 0.00 MB 1 0
126,149 126,149 0000000000001496c2ddfa69ee834e4ff50e197c0430c0632bce2b8c4dabcb9c 0.00 MB 1 0
126,148 126,148 00000000000001cec99d2154d00a60dfeebd9f22f84de010ed7137eb154c613f 0.00 MB 14 711
126,147 126,147 00000000000034924c47d631284439d51239dfc4a9ab5165c1bae39d952e6be3 0.00 MB 6 0
126,146 126,146 0000000000000ee5ed2fe61e0f58c47b8494de0aff0e85090f0f7d59aa64feb1 0.00 MB 7 410
126,145 126,145 0000000000002a3747e38983b43865b55e21f220ee2b1c784e192644e656c513 0.01 MB 12 335
126,144 126,144 00000000000023adb96597161dd22fd8516aa661d9fc94b3f2ca96492353e1b4 0.02 MB 37 49
126,143 126,143 00000000000021bb28c15c6503dd6f73a3bde5a8ff112e87e250987b4c7df778 0.01 MB 21 721
126,142 126,142 0000000000001a87d0884c5874e92f8b7cb3530ce1d224df761280035a4354b4 0.01 MB 18 411
126,141 126,141 00000000000037ae7732371062ba3dd521d849a4627d278aa3b245734af7b0e4 0.00 MB 6 402
126,140 126,140 0000000000001be6df81743b0062df681c643dc0bbc63634842f86d603d45d2c 0.00 MB 7 815
126,139 126,139 0000000000000c4dd4025b019bfc5cd3b52057c71a8f79519efdf4a6a1ef393f 0.00 MB 2 0
126,138 126,138 000000000000379ee872d82f6a58610da362e596621eeb05f27d9185536fc1db 0.01 MB 11 728
126,137 126,137 000000000000239bfde6eb41f86820d281a9b761a3ee99866472b101e0defd30 0.01 MB 14 929
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.