Memory Pool Memory Pool Refreshing

9,515 transactions
3.30 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,653 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (34,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,795 873,795 000000000000000000007c204fbe879fdd8c46cedbd8a9a91cf71d675feab0af 1.65 MB 3,921 13
873,794 873,794 00000000000000000001cd6038260d351d30a488636d96b5549755420b9e8dc4 1.29 MB 1,757 8
873,793 873,793 00000000000000000001d97aef4b2d1b1692c549f7e51c288264e525b5be9384 1.48 MB 2,858 10
873,792 873,792 00000000000000000001d3f510990dd48c389a76fd9b701f53dce0fe0d3b96b4 1.43 MB 2,569 10
873,791 873,791 00000000000000000001e08800208cb45070a50055ea87da5bfb378103bd29c5 1.50 MB 2,858 11
873,790 873,790 0000000000000000000007f767b76b6a19140b3ac4da7fe1da3466b054cd19de 1.42 MB 2,469 10
873,789 873,789 00000000000000000000111f07c804042fe5474f25972f911cf9b5bfe120b22f 1.69 MB 3,352 8
873,788 873,788 000000000000000000007b293ff9ce6de255987947657058ceaab915ab5f0b15 1.64 MB 3,963 11
873,787 873,787 000000000000000000021022c43787e8dee23c4e3ec576cf55e114746d782b60 1.76 MB 4,607 10
873,786 873,786 000000000000000000015400a92f903b91320406c19f9977e41e02fcf79044d9 1.70 MB 4,187 9
873,785 873,785 000000000000000000021879eeeee254376f35189cd393cd0ba9d716d1d1b6c5 1.78 MB 3,427 8
873,784 873,784 0000000000000000000046bdab557153b1370a0fd09e409ecc57dcf3c0f5bd7e 1.77 MB 4,366 10
873,783 873,783 0000000000000000000298deb691d686b409f93cb96596962d1c1a8d475d8661 1.72 MB 4,286 11
873,782 873,782 00000000000000000002059242f26697145ccad1d4b41cd819654f3a97563aeb 1.68 MB 4,444 13
873,781 873,781 000000000000000000009172d5a77723d2240c4bbcfdc3dac94a5a6a18d5a8b8 1.68 MB 4,365 10
873,780 873,780 000000000000000000001b0507a5351a0436f85fbee440859dd966b22472f486 1.33 MB 1,879 5
873,779 873,779 00000000000000000001ec306a189ac0e7528489d2a14cb760fac88c301acdff 1.32 MB 1,145 4
873,778 873,778 0000000000000000000102498f173c277cf23acb2ffc30c15ebc14542337fd50 1.79 MB 1,657 4
873,777 873,777 00000000000000000001035e99a137fb0001139a7775e877e8d7ba6760643d82 1.90 MB 2,862 6
873,776 873,776 0000000000000000000083574bbd6015934a3091ddd8635b1694d10cd3174dd5 1.49 MB 2,381 5
873,775 873,775 00000000000000000002aa7c4817e084b08886a1576765200a3be42eb12f5750 1.47 MB 1,787 5
Previous 10 blocks ↓
Total Size: 769.80 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,680.43 GB sent, 96.91 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.