Memory Pool Memory Pool Refreshing

8,668 transactions
4.10 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (635,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,928 271,928 00000000000000026200d6c992c984ed6d42a0108fe481877629f041b0dcfdd3 0.37 MB 686 24
271,927 271,927 00000000000000031a54430c1a9bd19afee0bc5d8856fefbd323de8ba0c430c1 0.25 MB 595 136
271,926 271,926 00000000000000053bda3e024329e1576cb01a3fb661df74b274c4bdadd2e9e7 0.22 MB 448 78
271,925 271,925 0000000000000002d7835f809d57e47ca3588d356e0381648ae8573c61d121ce 0.32 MB 780 28
271,924 271,924 000000000000000386c7e4a52d25e3004b93b9a4d0d8edf85242fef21313faf0 0.15 MB 292 48
271,923 271,923 0000000000000003f7c24a892e44b095eef827ba5550fb035ce5b39a0eb6ba89 0.64 MB 1,213 43
271,922 271,922 0000000000000005d1015d006b53f79264c2df82a79af1d66958bacd3c28f2da 0.25 MB 839 380
271,921 271,921 0000000000000003243754d8431fc1a4bd7a2b2df50afe67a1e8734e06e67803 0.25 MB 848 115
271,920 271,920 000000000000000455fe1761181817fb208f3b496101c968203741d2a8d8a908 0.25 MB 332 22
271,919 271,919 0000000000000005738a904f7be792702a943c301842d6a2f5b9b8d90eecbb3c 0.35 MB 1,036 74
271,918 271,918 0000000000000005270feed15971d291ba4a3c8eaf9a95fcd00ea3f2f90d9941 0.60 MB 1,193 47
271,917 271,917 00000000000000048827756b759bb979e552d2fc946d9d7066e2ea47fd273823 0.25 MB 902 271
271,916 271,916 00000000000000013563133294c4f5273cc77f12c29fcf678174c2e3135c5465 0.12 MB 307 45
271,915 271,915 00000000000000048d941044e55fab45e765919eddb131a3cf33556b443c215b 0.06 MB 145 71
271,914 271,914 0000000000000003a208b8b8a4d862756e214d55bd60898ceffae344649e7296 0.54 MB 1,317 110
271,913 271,913 00000000000000015e75c7da8b4a596986b2e1aaf6dc2aabdd559bb057969a6a 0.31 MB 752 81
271,912 271,912 00000000000000017de53235e4f8261064e5eae0d9d653bcedb246f4ea233790 0.10 MB 292 61
271,911 271,911 00000000000000011d219b29d0f1bed396a5787d9e4000e57b2ca304bedd2516 0.23 MB 529 73
271,910 271,910 000000000000000350736fc2f1cf9004526412f43e0dd739b702399320016990 0.15 MB 411 45
271,909 271,909 0000000000000004ae4e887c9d361f381918ca0dcea0fd2d9bc6acfbc8e95005 0.42 MB 972 65
271,908 271,908 000000000000000449ae4d6f58a3f7f101a35aa10b5c2c7cc7f40e9406693b0a 0.19 MB 415 63
Previous 10 blocks ↓
Total Size: 769.03 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,625.53 GB sent, 93.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.