Memory Pool Memory Pool Refreshing

4,799 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
898,859 0000000000000000000250490000000000000000000000000000000000000000 1.00 vMB 1,695 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,858 (3,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,120 895,120 0000000000000000000099bbb39e5ff25ce742a037da487a441895a68e1efff1 2.46 MB 1,978 2
895,119 895,119 00000000000000000000978a61c685e906e4d2778d6f5d8145f1ce1b28c84b9e 0.68 MB 1,156 2
895,118 895,118 000000000000000000021501b2d737276f5bfe45dd09f846678206358f3347a8 0.63 MB 514 1
895,117 895,117 00000000000000000000136b042a50348793051b9bd616fddb3187b16a09d592 1.51 MB 2,224 2
895,116 895,116 0000000000000000000159cd4b1cc3896c408e77a3abc6df2792f2661ad07489 0.33 MB 322 2
895,115 895,115 00000000000000000002022aeaef56f0fbd460307436957641a7224028fbebe8 0.80 MB 1,218 2
895,114 895,114 000000000000000000020a01316e0e8414ad015fe0ef7d18633e86b248cef892 1.79 MB 1,564 1
895,113 895,113 000000000000000000023dc1db6c75ecabce6f0d0c5ac267a8b6432c9a3aef2a 3.26 MB 592 1
895,112 895,112 0000000000000000000049c1697d3add60b9435b12f191cb6535d759cbdb378e 1.76 MB 2,615 2
895,111 895,111 000000000000000000012cf6d8beb55549dfd6b2569cba874a30defd93e10714 1.61 MB 2,997 2
895,110 895,110 00000000000000000001439542f8ce8fd7d25572fee841af2e311058a980fb60 3.08 MB 834 1
895,109 895,109 00000000000000000001e6d790a39e034f25baf75cb68cc38e1c56266825734b 2.49 MB 1,243 1
895,108 895,108 000000000000000000003e673f878a23aa54d369ad4bb8c1c3985fc9545cf4be 1.39 MB 2,168 2
895,107 895,107 000000000000000000021017b01b5eb74c34063af5d20ac17f2161e0fec1b382 0.34 MB 42 1
895,106 895,106 000000000000000000006f5b482615ce7b3b796303e7224810ec1c5ae12d27b5 3.77 MB 263 1
895,105 895,105 000000000000000000017b0eedffaae0c772abf3c794f24ddfc9fc0a9e36896b 2.57 MB 1,693 2
895,104 895,104 00000000000000000001fe642330aba6ed8ae93b008cf53a1dfdba0fe0349555 2.53 MB 1,696 1
895,103 895,103 000000000000000000008765cffc1a859242108b85e6415ae144ec918a05787e 1.73 MB 2,227 2
895,102 895,102 0000000000000000000114d415aca8cf16d319fb3f6d775eb31149fe80295f4f 1.63 MB 2,605 2
895,101 895,101 00000000000000000000668ac32df7a7b9dccee69572f1f1ddfd0a927294bdb0 2.24 MB 1,834 1
895,100 895,100 000000000000000000003d19f1a5a9a8cc0fffef1a1c1657c675219324ddb7a1 1.54 MB 4,156 4
Previous 10 blocks ↓
Total Size: 754.10 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: 431.30 GB sent, 20.34 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.