Memory Pool Memory Pool Refreshing

7,686 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (790,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,723 117,723 000000000000bc8b73ed85152dd604268c9629e58e1120d10a954c0c22fa69f4 0.00 MB 8 0
117,722 117,722 000000000000380a0bb1144e5067221f486c7b595bf4f7600f601e3dc7957fa9 0.00 MB 1 0
117,721 117,721 0000000000009eb9eba94ea8c4b1a79e7a2a6cff307a4ef2b250875b6a9c9f71 0.01 MB 13 150
117,720 117,720 000000000000681a6ac646736767bf86ee22621e6af0e95c8147fd403404b9ae 0.00 MB 11 618
117,719 117,719 00000000000033a4d4188f7c19544d06db3561e6dd74756cbbdaa7d2cd6e2b80 0.00 MB 13 1,490
117,718 117,718 000000000000a0355dfecb737e90540ee523d5e8820ba58f74156bde467a5a54 0.00 MB 9 0
117,717 117,717 000000000000a26233757dcf97c271e4cf03c031bb31d15ce308a8fa136a5c7c 0.00 MB 10 320
117,716 117,716 000000000000a6e298348ada5f9a1a8a2a4849d3cd0a6ebbf2178486be276c83 0.01 MB 18 112
117,715 117,715 0000000000003163bfd709d9f286e117e6a6514d921b6f75a5d1440db9e3c551 0.00 MB 11 1,239
117,714 117,714 0000000000004f809c143d91b616744f5c12cda97e3d5e05bd14dcd64969b447 0.00 MB 11 0
117,713 117,713 0000000000005d16ba6dc2238b38536a5a01cb149c6863f5c24be6935658b625 0.00 MB 11 878
117,712 117,712 0000000000005b0309d5f48830682c996a0bd28d8ff4a2e88a2126559e704de1 0.00 MB 10 0
117,711 117,711 0000000000006c48e0ddb62faed82e09cbab688c1bfe6a5ef34146bbe40c523b 0.01 MB 20 1,093
117,710 117,710 0000000000004ba92543605e056a44009b1e85fe7bf7f4c048295f80b0fd4f5d 0.01 MB 10 1,198
117,709 117,709 00000000000002afc2c2f4d32db0fa5673771740aadcca4ccefb6d49632eab48 0.00 MB 9 313
117,708 117,708 00000000000024badda55c3249516b44dec14f58e795abe47352526aa1ee613d 0.00 MB 11 340
117,707 117,707 000000000000226bc58e3b59f3b9cd6a112c4004922d948cc3f986788c02328c 0.00 MB 13 656
117,706 117,706 000000000000c72206e419f35bcad8d15f5d05722812ff34fff489dcf221ee1a 0.00 MB 10 1,200
117,705 117,705 00000000000059041258bf37c184ac4bcc496a5a4b8feaf383144ec9a5378065 0.01 MB 16 698
117,704 117,704 0000000000000b8b227987040d8795675a0c865e451ff03d34aeb054392ee52a 0.01 MB 12 1,160
117,703 117,703 00000000000039aaa610daa825386fcdf7cc65b7aaa52767031da63f567e2a8f 0.01 MB 3 164
Previous 10 blocks ↓
Total Size: 769.25 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.12 GB sent, 94.17 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.