Memory Pool Memory Pool Refreshing

2,953 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,952 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (68,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,827 838,827 00000000000000000002bbc176150c9d6ac716a8359c2cfb658e81baf871b741 1.68 MB 2,949 80
838,826 838,826 0000000000000000000213f6f8e67aa86b9ba4d8459126bfc06b740ecbb43faf 2.54 MB 2,658 90
838,825 838,825 000000000000000000002851c7f2e45f20c104a7e3e6416a416dca81d87b6bd7 1.57 MB 3,541 84
838,824 838,824 000000000000000000013b865180139731f41db91d1f07077393e0f52cb9b255 1.61 MB 3,316 97
838,823 838,823 0000000000000000000284db774c0b3de3a8faddc4c2da7d671779f72060f121 1.77 MB 3,469 118
838,822 838,822 0000000000000000000098e1562eb3c921085973fd746e6ce1ea6044b46126c2 1.60 MB 2,876 109
838,821 838,821 00000000000000000001d22403ce6c5f0f3bd88863b392ea031d4438e61da458 1.68 MB 2,872 115
838,820 838,820 0000000000000000000337ea9c888bbee52be5d9d722b6310d2afe486ba2df20 1.59 MB 3,189 143
838,819 838,819 000000000000000000004a4649fbabb34d8e93509fc7a9eabb2e05559b4b409b 1.91 MB 3,426 109
838,818 838,818 00000000000000000002e2d08bb8c6e7cfed124097236074684bfbb3f39a7874 1.78 MB 3,522 108
838,817 838,817 00000000000000000001c98b76f39deeb5cb6ac057e03eb676f2b3e8fb880a2f 1.75 MB 4,236 116
838,816 838,816 00000000000000000001c248e6aa6e69d8a8e2b27edea9f21738f59d06d96324 1.70 MB 3,728 124
838,815 838,815 0000000000000000000022c250f007d5142f297a4640e2f89a6137daf470eb20 1.66 MB 4,102 162
838,814 838,814 000000000000000000027332caee69ae79d9e7bf450216820c87a0cb7c09e4f8 1.74 MB 4,299 117
838,813 838,813 000000000000000000020746575dad60abdfb895926fff1a8286ead14d036ac2 1.72 MB 4,411 135
838,812 838,812 0000000000000000000048039f24951ba503fd6c22451e9cf91ce0b27632c14f 1.62 MB 3,293 131
838,811 838,811 00000000000000000002e23163fe9a77cb9a830ad1a0ef395354aaddf510787b 1.70 MB 4,163 154
838,810 838,810 00000000000000000000affbc630b52cb50fec02e58e9fd5cc49a8d1f430ce9e 1.75 MB 4,147 165
838,809 838,809 0000000000000000000173daf22f438ab73d47091801eec213f3a5471cf4ab78 1.70 MB 4,180 207
838,808 838,808 000000000000000000011f04943b516e6f98776737ea32c4e3b4d24aa4a18b21 1.82 MB 4,987 156
838,807 838,807 000000000000000000012927b3d97372e1c7b7ebc3d08145dc4e32d453b77b3c 1.73 MB 4,471 153
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.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.