Memory Pool Memory Pool Refreshing

7,893 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (610,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,850 296,850 000000000000000063bb3b0819a2ef0b7712b1a642a2899e738b8478819ecb7a 0.35 MB 760 39
296,849 296,849 00000000000000002f23420ecbca2af4d732282e463f733ee4b2fe8ec4d49ea3 0.35 MB 720 37
296,848 296,848 00000000000000004300bd8f04d5dd410d6ff26ac08734725b8e80932e19c96c 0.20 MB 512 58
296,847 296,847 000000000000000092f851eed74404f735b28165ccda5b7eacd5fe72ac8f4336 0.01 MB 20 45
296,846 296,846 0000000000000000023ceec6e7027da7c2324f27a45d5cdb9ab346920bded1e1 0.20 MB 256 21
296,845 296,845 00000000000000006ffdff728b56e19c64a88217554dea06669c5d77cdce575a 0.02 MB 36 24
296,844 296,844 0000000000000000748563a933f750d1a0ffb2ddb1bbe078ec525b5042f2b813 0.16 MB 255 49
296,843 296,843 00000000000000004d6480280253ee50985146abe235ffc9a08c6ef0861c8917 0.44 MB 769 30
296,842 296,842 00000000000000000cc4c22301fec2a7df0e0e238dfac0b0cc621bb40daa70ab 0.03 MB 68 9
296,841 296,841 00000000000000008a09b37476e4d9f6e15441fff292ce8ad2cde347e50b2441 0.63 MB 1,083 33
296,840 296,840 00000000000000009044d97427b026a0ab898bb1edc84f0c2dcdd9874f983460 0.40 MB 679 41
296,839 296,839 0000000000000000431397bbdd1320994b009c5440ee6d7e9b693ee70255ae05 0.02 MB 28 12
296,838 296,838 0000000000000000744eaa51d82c848f0d1b84970c7272b5f5b79f49657d6a75 0.40 MB 601 34
296,837 296,837 000000000000000098e67dc72e029d58d5fddf672dc2951bb2bacb6f23d74270 0.31 MB 389 27
296,836 296,836 00000000000000000a3aaefa47e96c47304ea60598ca9b673fcad4fba08aaa97 0.25 MB 92 15
296,835 296,835 00000000000000007a50defe6ba2494162efe56ac21d023d84aa69e07fb533bf 0.45 MB 210 13
296,834 296,834 0000000000000000045567fd4b5fc0a7a27d169a178f3be874f86426f8021766 0.35 MB 411 32
296,833 296,833 000000000000000057e3bcc086bfc31dd38e628d643e4725778fb18badf671d9 0.50 MB 863 35
296,832 296,832 00000000000000009bec4292a0e4788310c029d47af4c53021f7c98514805745 0.35 MB 418 28
296,831 296,831 00000000000000006c28bf96ab30a9eb884a2362be5bad8a2a160eb7bfa34607 0.13 MB 82 10
296,830 296,830 00000000000000005aed261861eee740f1d832e864474b5f432076c950fc8e33 0.13 MB 174 23
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.