Memory Pool Memory Pool Refreshing

2,655 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 2,655 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (759,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,655 148,655 000000000000032e179bc0130ce453402e02b7e69ed520fdee29384c8572c8c5 0.02 MB 69 39
148,654 148,654 000000000000023a007deefa228c38a9b3b061301f29b81957ed584b8b589c61 0.03 MB 62 129
148,653 148,653 0000000000000499d909e56df5727b2bbed02a2431dc3cd8ae2d9597f5715ea5 0.00 MB 11 400
148,652 148,652 0000000000000097ca965b416520aa85c763235f74b50b6cff41a1384942c8cf 0.01 MB 19 400
148,651 148,651 0000000000000031706e7b0393d577eff96b7479f385d5cbe68b52a73db1d7da 0.02 MB 35 275
148,650 148,650 000000000000004863ac961d50779c5e294285c867602b3f96cfb8953696d88b 0.00 MB 12 77
148,649 148,649 00000000000002278a59520fb1d62b0bd8e7071f99a437ad682d608c4a27eddf 0.01 MB 14 79
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
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.25 GB sent, 94.22 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.