Memory Pool Memory Pool Refreshing

19,135 transactions
6.10 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (60,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,938 846,938 000000000000000000014c4ef9a356baf23a07bab1db9961b5b1f794c25ef7eb 1.14 MB 589 329
846,937 846,937 0000000000000000000182393eb864188dd737541c22f42e49591e99e6bdb6b5 1.13 MB 615 342
846,936 846,936 00000000000000000001104024737dfd50fbfb4927cfdddad832ff33fd6ec2d6 1.15 MB 658 356
846,935 846,935 000000000000000000030462757c08878ab121d6f2d712e73afa504aaa880f19 1.20 MB 1,161 384
846,934 846,934 00000000000000000000eae8f66f084573628ff589318b6ebb40c908f84af773 1.14 MB 736 388
846,933 846,933 0000000000000000000200fc0d2a4ace93b6da55f436de1df55248a4ed34fecd 1.16 MB 896 403
846,932 846,932 00000000000000000001c84d88c5e1290f2a5e0b603d4c764b7713e874a28b89 1.25 MB 1,244 418
846,931 846,931 00000000000000000001b4bf3c8c57a758736d0f26c1ee427cf152c0f4a0d0cc 1.10 MB 548 394
846,930 846,930 00000000000000000001da46b9270bab6605e83f0b3d8b30a2f46b67ae32bea5 1.28 MB 1,711 448
846,929 846,929 0000000000000000000191f1d2952fd0a5f3f51efe3745b56f910683d5ebc5a8 1.14 MB 961 418
846,928 846,928 00000000000000000001baed8ed665e2127ac24be510a49b68fd70fbea8c110e 1.21 MB 1,001 454
846,927 846,927 00000000000000000001dcc73cd4c9d47ad270179a8a8fd27f055397708bee25 1.16 MB 671 441
846,926 846,926 00000000000000000001abb4bd0ec926020cb15ae38a4fb46bf681c2d0d2d50f 1.30 MB 1,141 453
846,925 846,925 00000000000000000002db4494e99e726d7696a688d1e73195e7f886e35e79a4 1.39 MB 1,768 498
846,924 846,924 00000000000000000000a5c6e01652b84e6334ae856c61afdd7a2238a1fd05b9 1.15 MB 862 466
846,923 846,923 000000000000000000003628996457317d5c1479f3604b7428945a086dcf62b9 1.22 MB 1,312 513
846,922 846,922 00000000000000000001c19d385880cb8cd2e492d06d5cfa6d79490e62b4fd3f 1.21 MB 1,318 497
846,921 846,921 00000000000000000001e19b3b5dbea81a6fc552948d100cad79c0295f213f84 1.23 MB 1,142 494
846,920 846,920 000000000000000000018bc4f6f5dc930da0f5172e9d235fc2bc11158760ecd9 1.14 MB 776 501
846,919 846,919 000000000000000000008d7dff8cf1990f735bc072afc0e472e3d14e2201c3df 1.05 MB 275 509
846,918 846,918 000000000000000000007751367a231383486baffc571c3bb6fbf23356ce29c8 1.08 MB 539 513
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,624.45 GB sent, 92.99 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.