Memory Pool Memory Pool Refreshing

5,323 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,196 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (759,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,648 148,648 00000000000006a4ea5aa2354715a73a1f3d22172e742deb2e1b024b24cc271b 0.00 MB 1 0
148,647 148,647 00000000000003fbe8aa8acc75827f3dafffef60320538d3367d4db1abf1cc80 0.01 MB 16 146
148,646 148,646 000000000000065aecc89a72a75902ffa0d2b07e115b7aeab5f3591e9223cabb 0.02 MB 78 177
148,645 148,645 000000000000018a0f361f384a7bc2b9bb4725c627625254474bd58ac821091f 0.01 MB 26 157
148,644 148,644 00000000000004ec7099bbdb76c9e70aba55a4577b3db224228c935e00042ca7 0.01 MB 13 51
148,643 148,643 00000000000009404d8b57e7fc7e21e44f74c8c0a17009627d6da98eaed6976a 0.01 MB 26 461
148,642 148,642 00000000000003522f43d6781f3d5d342010e16c68419f24ca4c2003b9e78b03 0.01 MB 32 79
148,641 148,641 000000000000098e171532acd20583bcc4f98697f5c23396e1c6ad1a549dfb4a 0.03 MB 75 65
148,640 148,640 0000000000000492ded939643f51597d4af5c773c30cd073203812885c87a4d7 0.02 MB 30 99
148,639 148,639 00000000000009607de3fa854bfb887fa9f964c102481d5300a1b02a9fe22a6c 0.03 MB 74 368
148,638 148,638 00000000000005798efb5150dafe73d3a76a08eb8377b1a8f99d2d68b253d5f1 0.00 MB 8 469
148,637 148,637 0000000000000601e1fd3a48b9c8125a09c519749e1d0fb4b19df4c86e759c5e 0.00 MB 3 1,144
148,636 148,636 0000000000000828a92aae4d3fca2399195cbf097681ecd42df06a1d596ca18c 0.03 MB 108 10
148,635 148,635 0000000000000328879c26844a1ab0a871d7d686fe92ffab44cc6de9c122e0d7 0.02 MB 33 172
148,634 148,634 00000000000002a2dc8eeabe00fade44e9179aabe30704271c7959e5b14c2157 0.02 MB 28 371
148,633 148,633 00000000000008f3ce0f9f61d95a8ac1a248f2d56fb9b9ea0ade9bf4cedac855 0.01 MB 16 444
148,632 148,632 00000000000005947b53a31b69cb81e6969b9b281a3b3e4bafa3e6ef72d1d5ad 0.01 MB 16 33
148,631 148,631 000000000000042a685624250eb8304521b4a430948fa2dfc1af8940c9161359 0.01 MB 5 0
148,630 148,630 00000000000008d7344b08215a144c6cdbd42bfadedf8a0fec084325a2474881 0.01 MB 13 107
148,629 148,629 000000000000025c65e68ca07b0911651ff83c104b1a818c5efe4131e6756412 0.04 MB 55 100
148,628 148,628 0000000000000683f7938396c48107d7fa19552556be62798178ddbeb0f67d79 0.00 MB 16 91
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.