Memory Pool Memory Pool Refreshing

2,671 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,183 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (113,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
794,123 794,123 00000000000000000002f452116828a832c98178b82adc9523ea6ecb5840ece9 2.09 MB 2,867 16
794,122 794,122 00000000000000000003aa4ca863ed7fc4266f17737307c0e2cfdd238d7fa0d2 1.98 MB 3,289 26
794,121 794,121 000000000000000000042c9d483f001a682ef6115365859120b320a2dc3e379a 1.64 MB 2,883 39
794,120 794,120 00000000000000000002a223f58f19601585e7bbbc96387fcd15aea1a475a0af 1.82 MB 3,402 30
794,119 794,119 00000000000000000001d271f9dbce751d77fcb64b0950f71ac4679de0f972e9 1.83 MB 3,276 24
794,118 794,118 00000000000000000000e266439d79775afe0dc54c2bc50be098fe710b403be9 2.14 MB 2,297 17
794,117 794,117 00000000000000000004995600a1dd85d4a7ab2a7e661a2816af290eb4cd5f0a 1.87 MB 3,049 25
794,116 794,116 000000000000000000007b181a92f794a465beee1151621a8946f6541d1268a1 1.86 MB 2,215 19
794,115 794,115 0000000000000000000002b389f09c49ddfcf8450ffb5563da30bb9a5bb00330 1.74 MB 3,341 38
794,114 794,114 00000000000000000000a6861032266dce20694017a413d869d01699fff8b7db 1.74 MB 3,003 34
794,113 794,113 00000000000000000001454ba42db062466da3dea227be2c3725b16d0c437c75 1.74 MB 2,474 27
794,112 794,112 000000000000000000056eb88c9c4a335c0baa5bdeb945f8b60619216acf8e64 1.49 MB 2,886 49
794,111 794,111 00000000000000000000a13f72831573fb120c190b3de4a78b0544086ad9d178 1.99 MB 5,040 10
794,110 794,110 00000000000000000003bfbedd7aba749b8272f17d9168ef8ada2bab8b2497a2 2.12 MB 2,526 19
794,109 794,109 000000000000000000051bc987c44247cfd8d285a5d8d1f22c4c2f7b390990d3 2.09 MB 6,326 9
794,108 794,108 00000000000000000004bba8b37dbffdb50eca8a6166ff5d135a5cc8084d265f 2.02 MB 5,626 13
794,107 794,107 00000000000000000001080edf21ea37ca82285350ec22d8759476136ee5cd6f 1.89 MB 4,465 16
794,106 794,106 0000000000000000000190145225d1f05716147fe0e2f08896bd4860486c3f2f 1.93 MB 3,128 14
794,105 794,105 00000000000000000002ccbab24d3b7891e879945189c4648b109aabf63fb5bc 2.62 MB 996 11
794,104 794,104 00000000000000000000ad2f8e04c2c8d9ec1bf5298db1657af2823ed4c026bc 1.70 MB 1,069 14
794,103 794,103 000000000000000000031ed9d116762f6e4aebcca54bd7927c9117dfa780e189 1.75 MB 2,961 24
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.