Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,180 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (99,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,712 808,712 00000000000000000003b51f81951a5eaefc6fbf2b368098a818db8f8366c2bb 1.94 MB 5,485 29
808,711 808,711 000000000000000000038ba86f1ba717aa65c065bf2c8449db86ab340c55b066 1.64 MB 2,969 26
808,710 808,710 0000000000000000000136c646ce660e1af055890fa42a83d978b1dc83e380ae 1.51 MB 2,394 35
808,709 808,709 00000000000000000003272b53328f39f47dc0d3c202dcf471095c229950ee98 1.56 MB 2,924 44
808,708 808,708 0000000000000000000037529cba3ae453244e5cd9a6471a3006cc571d04958c 1.56 MB 2,559 33
808,707 808,707 00000000000000000004758791849c2791f3e9bbe90329fef2045f28498664bf 1.49 MB 2,264 36
808,706 808,706 0000000000000000000089157bc8dbdb2050e00f70d7a6f3945a7542ff5f0af8 1.59 MB 3,252 42
808,705 808,705 0000000000000000000277c39f3935e14c3b2f5a5c31a0889bdefabd40557216 1.54 MB 3,186 35
808,704 808,704 000000000000000000024fa70de354d98898a757834584ca8f2ed11d0153009b 1.81 MB 4,671 23
808,703 808,703 000000000000000000027b44676cbab117f2a3f44c77c58d8a48816c411b9ec9 1.83 MB 4,155 27
808,702 808,702 00000000000000000004ccb614191e2bcd3518d8b0253203fbd8c4f394065f5a 1.76 MB 4,207 30
808,701 808,701 000000000000000000045c272f31862398df431557c10480ed614ec42d81a5a9 1.58 MB 3,532 42
808,700 808,700 000000000000000000023355edc6226b093bcb6dbcbc9a36e4b40b31df9ce4c1 1.91 MB 4,580 23
808,699 808,699 00000000000000000003c03dc10c969a380b644a98dc11bac38ae7112b579fbb 1.73 MB 1,121 33
808,698 808,698 00000000000000000001c366dc580659ebf5d83b8876f1a05bc7638b927ecf72 1.57 MB 1,804 50
808,697 808,697 00000000000000000001b7169f10dfdde8f4366851ca39929a7848a02b829715 1.59 MB 2,094 28
808,696 808,696 00000000000000000003abceaa6add9a90bec3060b8467ff2a867ea44c6d3bde 1.97 MB 3,133 32
808,695 808,695 00000000000000000002503c541246c5cb5f9166b1bc37a60e6fc0fa3a770979 1.89 MB 1,396 40
808,694 808,694 000000000000000000047921d2356634134b2c7708cc1050c485a6e562eefea4 1.69 MB 3,256 30
808,693 808,693 0000000000000000000023f67e1d04af817eda6a2ebcfc7e20f07127f92aee17 1.65 MB 1,961 44
808,692 808,692 00000000000000000003dbcaf6f4dc3ecfdc43dcd9c767861633b8b8ce29f993 1.58 MB 2,553 30
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.