Memory Pool Memory Pool Refreshing

13,841 transactions
4.38 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (636,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,712 271,712 0000000000000005f9149afa5050d1558aba8a01174c0802462e980d0512c3e1 0.19 MB 409 65
271,711 271,711 00000000000000051de730ce205ed6bb14b485555f686138a74ecde15cf82b87 0.12 MB 247 46
271,710 271,710 00000000000000014397cfcb1320dc18091f8a970ba28c512a2e6e5821725490 0.32 MB 422 35
271,709 271,709 00000000000000027945abce1bb31d9aa4850efad216d31478dcb8642a6738ad 0.50 MB 710 43
271,708 271,708 00000000000000054579d4479e8044ea81eb21bec2211eeaf39642443939c2ae 0.25 MB 463 30
271,707 271,707 0000000000000002c439dfaffe058665eaffc3ce08e6fae157084f9cf5bbb5c3 0.50 MB 1,444 87
271,706 271,706 0000000000000006ef384cfd2678e68ddc3015877e18d7fa08b6dccc2f58c1d0 0.27 MB 506 67
271,705 271,705 0000000000000004102249cdd2c59c8185c01fa6b73bc2f55b98320b095fb05e 0.01 MB 26 118
271,704 271,704 000000000000000496411fec4e264a04bd06e3ea292d2c155cd82c7a7f9af2f7 0.17 MB 386 37
271,703 271,703 0000000000000003133dfbfea030d79a81c5136b794518316ca6df9c81fda628 0.33 MB 702 56
271,702 271,702 00000000000000017ae728abdd1974bc5048c17ed0600f90033a311673c878be 0.23 MB 416 51
271,701 271,701 00000000000000004339686a5a6ffa9492001431a4d3eab06adb10bf046f108e 0.19 MB 431 82
271,700 271,700 0000000000000006a670e6fef24e1fc0bdf5f8ed7e22f77c4931ebacbc26fa98 0.06 MB 163 40
271,699 271,699 0000000000000002b0f6cff078f4c7e706b0e95654a9cae9e5b97a5b873a8ffb 0.15 MB 268 40
271,698 271,698 000000000000000213d546b17b539c02ae9cebff9b30e2ff6868b6c13f38617c 0.15 MB 320 34
271,697 271,697 00000000000000053a690751ebe3149615056d522923e1caa4eb12c048af959f 0.15 MB 87 14
271,696 271,696 0000000000000000ccd404c58bbb5c7ea3b9b5da1e04c17b35d91161d7d78f44 0.25 MB 599 71
271,695 271,695 00000000000000049dd8fb3781c7c71308ff75e8b4dd30c200cbfe7ebfe5b3c3 0.25 MB 342 25
271,694 271,694 0000000000000004d3a9cb9e91b5d4712b67d7959c29f9f75b9e3314a7ff4081 0.25 MB 582 47
271,693 271,693 0000000000000003aca50163370e9b6c5000c70536a86e47f88ddb1f81535be7 0.50 MB 1,300 84
271,692 271,692 000000000000000404ebe3ee0ad9631d65a46cadcef271e588de547d01829721 0.13 MB 270 44
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.