Memory Pool Memory Pool Refreshing

4,518 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,828 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,116 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,827 (168,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
739,774 739,774 00000000000000000004d7156e7967a97a57f02c65de422002b60306a5821387 1.53 MB 2,551 13
739,773 739,773 0000000000000000000305a6a42ee63c4ca7e3839a8edbe3909726cf45e9b7ae 1.14 MB 1,369 10
739,772 739,772 00000000000000000007563b450b6ad6b6c892cb7dfde42f506c688e1d9715ad 0.40 MB 679 7
739,771 739,771 0000000000000000000137b712e146c17fdde8668898727d4ac9102699049f5a 1.75 MB 1,828 5
739,770 739,770 00000000000000000000e033b84b48ec8b0abc1fa1c6e9bb11f1ab40639f10b0 1.69 MB 2,956 19
739,769 739,769 000000000000000000068905627a373340b4a308dd0ced38e6fcc90b4bcb2357 0.59 MB 836 4
739,768 739,768 00000000000000000008f9bd0d55ede669af0a2c18fdd7a01c059c2fa576f42f 1.27 MB 1,283 9
739,767 739,767 000000000000000000058449023948d47f563c904f469a37cb01601de3e37bf2 0.94 MB 1,667 6
739,766 739,766 00000000000000000007703408bf1f737cbcf378ee89fad67ddc458fad225d08 1.65 MB 1,976 6
739,765 739,765 000000000000000000085361517980ff2e4d9d257b94c7b5300ddb0bd9f551d3 1.61 MB 2,114 5
739,764 739,764 0000000000000000000042f637922bfe8d237bce4f813f41e4b0fcd5a861eff9 1.65 MB 2,529 5
739,763 739,763 000000000000000000065fedb01de31d950788695d669296f65c2ffc527da75a 1.62 MB 2,982 19
739,762 739,762 00000000000000000007a546e51905f77859fbf2235c6b3c1f1d011feff12722 1.66 MB 3,016 6
739,761 739,761 000000000000000000039403063e0aa2270bff68b165803532c25075644cd5b1 1.50 MB 2,435 10
739,760 739,760 000000000000000000033d5bef993dbbcf0a6f851127a04ef97d3b684395b928 1.52 MB 3,098 18
739,759 739,759 00000000000000000006f38b505099b0e4853b4b6cd96a56cdedd173c2ff918f 1.97 MB 983 20
739,758 739,758 00000000000000000008fcc20b127b66c4b386b68db13c3fb42bdeecb9c425cc 1.68 MB 2,033 3
739,757 739,757 00000000000000000003726fabb06433894b036750d0f141383715681fbaa08a 1.53 MB 3,094 14
739,756 739,756 00000000000000000001fe109f95a3fb0e049068da7d5a5718e806155a810417 1.46 MB 2,350 14
739,755 739,755 00000000000000000008d33a90211e2841cbc30d781e85a47d0da0347907562c 1.33 MB 1,706 5
739,754 739,754 0000000000000000000269bb025e7a7324157cbe62187136753bff3be28f33c3 1.52 MB 3,029 7
Previous 10 blocks ↓
Total Size: 769.22 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,634.61 GB sent, 94.03 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.