Memory Pool Memory Pool Refreshing

4,783 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,805 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (726,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,033 181,033 000000000000023ce61df1a01df21096bb127a43e8272983d7e161caa8013956 0.03 MB 45 69
181,032 181,032 00000000000008a60db4ab9ff49e20f2d30c64e6bfe8ed96a145884b7bb336cc 0.06 MB 120 100
181,031 181,031 000000000000026aa07bdaa1351d2b874c80e2efbe645b73196a3007def31d16 0.02 MB 32 68
181,030 181,030 000000000000032cd4d239c5d4b522b119302f422d46d38cd5f11992313aa8df 0.08 MB 122 126
181,029 181,029 000000000000008835ea0ea0d1ff719e065d1e31b059f9ecd36f2e4410777928 0.42 MB 959 148
181,028 181,028 00000000000005d738006742c545c6116616c27ab3d702f176fbe49458979a13 0.03 MB 78 276
181,027 181,027 00000000000002190115e5888315327aff952b530a2cb910c2fe86602fc17c71 0.05 MB 133 77
181,026 181,026 0000000000000208f0c645d80579e013d52119a4abe569f474c789a5ca09a53a 0.25 MB 541 122
181,025 181,025 00000000000009a512a2a544181cb9e698f27469f7dbf54c8c69de7132c05ee4 0.25 MB 779 159
181,024 181,024 000000000000090c1edaeeaf3c84b21be7483697c20e41d28bdb882d9a224195 0.25 MB 467 160
181,023 181,023 00000000000003a27e2d1756ab77dc7fe294051578faac63971f618ac2948beb 0.05 MB 127 112
181,022 181,022 000000000000073b44e13a7f91b8a739ec4ae24a8721828edee9ad34f0f13aa8 0.05 MB 132 167
181,021 181,021 00000000000006734909a57e7a45b62ca4dcf4ffa154276a64acdc70d6d0faba 0.02 MB 38 70
181,020 181,020 00000000000004f2e4d06247181d74916b6879a4979f36f9c5e7e9471a76edeb 0.15 MB 384 119
181,019 181,019 000000000000090352790075c1aa52ac56953ef4e52b7674cae816b2bb401523 0.00 MB 13 16
181,018 181,018 000000000000096769aa3841790e5e996f54d4e908ca6f00545122e91297c5ec 0.25 MB 382 137
181,017 181,017 0000000000000950438cb9c87ddf77d6ebef36de46cd63773147032521381449 0.25 MB 545 164
181,016 181,016 00000000000006400ab6d4250d82b9635df6ad1a6661c958434d821a6a03f692 0.05 MB 129 118
181,015 181,015 00000000000004a557ce401a7cde5e3379f618bd0fb95f27d3d507d955d3097b 0.05 MB 147 36
181,014 181,014 00000000000003ddf3a808f1f926df8c792d2c33aff8c61d3df293ef8ff913e5 0.27 MB 512 313
181,013 181,013 00000000000009326d9fb4b63d9240f75207e02146999813b86d2fd437de0883 0.00 MB 1 0
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.52 GB sent, 93.13 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.