Memory Pool Memory Pool Refreshing

3,706 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,087 (907,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893 893 0000000001713f321b78d3333243e7f4f66ebf7113e534e771791b5aa876774e 0.00 MB 1 0
892 892 0000000063111563901347f960324f320cfa61eb98beb60185a640068ac87f77 0.00 MB 1 0
891 891 000000008c9c8237506968afb5fdd89a970bb2a3a149b6234293e054f6c6ef52 0.00 MB 1 0
890 890 00000000b6a6c5d987b928a698cdf797baa7e2c1e8d4be0421f704bbc0fde5a5 0.00 MB 1 0
889 889 00000000c18cd3547c7e848abdb4b42966970abb1e8cfb4857bbc13e0e8dae06 0.00 MB 1 0
888 888 0000000071dc739913e6c9c1189f92ecbc457b680a3d448c21bd1a2710a06a3e 0.00 MB 1 0
887 887 0000000038e0e9e7b9f3b26d59d0ceafd1240c931c2d810c464ea15fbfb150e4 0.00 MB 1 0
886 886 000000008f6234fcdefbce28a3b12e5083df353fbdce4bf479ba7e6ba0d1bdee 0.00 MB 1 0
885 885 00000000fa7bd3c9977df6a024fcf8df0367f5c953e1bc63b5d34d6db9e2f874 0.00 MB 1 0
884 884 000000006879ca957a25003148ef00058597c1f09d0099ac51a8ed3b268e72ef 0.00 MB 1 0
883 883 00000000a45be7b90f33fa3ef9c2e5b842da5e021b4ce7434668dde286496946 0.00 MB 1 0
882 882 000000009efd98f417a034d1b38cbf06a6026766cdba84dc1357ba6259610576 0.00 MB 1 0
881 881 00000000b715b0c5b5812ff95850038bf5af4e00112511d9d673d9043f26fbe2 0.00 MB 1 0
880 880 00000000722571752a29b6e318a450d1b09181b51ca3ff498ba52d8dfcb82f19 0.00 MB 1 0
879 879 00000000703049cdf8677b655afc88c370a89788f39a5c76a0489af5d3b8477e 0.00 MB 1 0
878 878 00000000ee13abb6a7b843cd46d0a5318e27139585832922a4a2dd16096eca50 0.00 MB 1 0
877 877 0000000034c2e9a10fa013104bd7e20ee50a6fb2e1ee4445b5cb1958c13cabec 0.00 MB 1 0
876 876 00000000f8a387a6c5e6f093d97339ed517f2ee6592168556f761a758b82a983 0.00 MB 1 0
875 875 000000004d8ea04709f1a7900af251f3e92a3f897222ad59be3fea34977afb36 0.00 MB 1 0
874 874 000000008edcba2d1a4982ec30dabb6465f5f3922fe39fb14f8d285f02b49879 0.00 MB 1 0
873 873 000000000ce9445d0ebebabc8342070ab85414fe926a8f30286c1e14bcb4b687 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 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,677.48 GB sent, 96.43 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.