Memory Pool Memory Pool Refreshing

4,074 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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
907,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (562,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,818 344,818 000000000000000016a4901423103d2631f798494994f0613a6ec58ba27a64d5 0.16 MB 330 14
344,817 344,817 000000000000000007688b4d7fe9cc38abdd1223f31bc2ddf01a9462a8b40724 1.00 MB 2,034 25
344,816 344,816 00000000000000001601dde5114b0a10760594dd1b1c9fc4287f0340836ce599 0.20 MB 568 37
344,815 344,815 0000000000000000080e2351769ea7e76b228f0c96581878b04508a2401d913f 0.47 MB 862 22
344,814 344,814 0000000000000000148c874f4e98c13121cb372a872ddd2caf8ff5a366e0d5a4 0.13 MB 345 35
344,813 344,813 00000000000000000bfe32f86e98f3bd10ca2cb6c26111eb9c8a813e7822a74e 0.08 MB 89 10
344,812 344,812 000000000000000000c49b6326fc6032633042ca0038994b3fd983e7023de796 0.60 MB 956 21
344,811 344,811 0000000000000000063fb5e29b1d957e62384852dc7ed4cbcebad64b5e443c8e 0.11 MB 256 27
344,810 344,810 00000000000000000c4e9ab79e14f4ee05d36c27b0eafa6f5b9ab7ae4e8406e5 0.37 MB 648 22
344,809 344,809 0000000000000000024985cf7f25642e015995faec12761ea6b7bc03e3148377 0.08 MB 75 15
344,808 344,808 000000000000000000e0d60ef91d4008f5f2c6e14b5fa189d587624add7550c2 0.50 MB 779 20
344,807 344,807 000000000000000013193bac88f9102b80815ad391a809fe6177a299923b4e8d 0.06 MB 128 20
344,806 344,806 00000000000000001713b90346f17bf9f9c9f00f048e0b7356dc726f6c49a5d3 0.69 MB 1,312 25
344,805 344,805 00000000000000000b41182f48b9029b44e0f63335e3903e7a12ce79c9402aa5 0.51 MB 793 21
344,804 344,804 00000000000000001063a365d5ee556598dc0f7a4c367a6aef3d2db3c0bdf678 0.00 MB 1 0
344,803 344,803 00000000000000000613ae631fc77fe0f9c855ea2045daa6dd3bc5b5f3520ff1 0.27 MB 279 18
344,802 344,802 00000000000000000d6a32a29f5c2de14817d2460e7906c60d33cf4c979ea1d3 0.17 MB 512 33
344,801 344,801 000000000000000010815b35aa89eda58182ea645acee70b22e8a213ab979773 0.40 MB 500 13
344,800 344,800 000000000000000011df3c0c41228de9f4c0d181fa4f7e6c1159a913bd91dfb6 0.03 MB 47 9
344,799 344,799 000000000000000007e82e40081412b406475cfc3abd6088654c16599a5bd515 0.75 MB 833 16
344,798 344,798 0000000000000000108cb383f3b5040fb241e781e2576e0b2035dcf127c88287 0.75 MB 1,806 37
Previous 10 blocks ↓
Total Size: 769.05 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,627.61 GB sent, 93.14 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.