Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (32,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,827 874,827 00000000000000000000d64f26801b6d2fc2b8a76dd38e7551e4a80a118eda66 1.63 MB 2,692 7
874,826 874,826 0000000000000000000165053072ec8077d66789302ee1f51ed23c7a1bc133b8 1.27 MB 1,447 5
874,825 874,825 000000000000000000002833494631fd7146cc5c8c0221b70d20dfa29d975572 1.14 MB 381 5
874,824 874,824 0000000000000000000020737eb9890205a557b754137674d9435542f23ccd81 1.42 MB 2,340 6
874,823 874,823 0000000000000000000195e35c79b2e49efaff5f9b3e99a8c482a46c0f606631 1.65 MB 3,154 7
874,822 874,822 00000000000000000001076051d5a6c195846ccf374e70b60d6079f5c8a4324b 1.54 MB 3,135 12
874,821 874,821 00000000000000000001ddfd6cad514def13e0885e95764c18c1bb4f298cc66e 1.41 MB 1,758 6
874,820 874,820 00000000000000000001b2b7a9e053d44b990a2a3a8fbf0d3b6968eda6a9a46b 1.63 MB 2,368 9
874,819 874,819 000000000000000000007edfa6f230e0fa5aae9bc4e4ecccdf197c29aef403ba 1.57 MB 3,305 8
874,818 874,818 000000000000000000021c5e79c6dcb58f4377c504d6e1ae6e0cd4eaed4da609 1.56 MB 3,652 9
874,817 874,817 00000000000000000002a35aa3b1e321f48cd81d5de645e5d25f3df0d4183560 1.47 MB 2,133 5
874,816 874,816 00000000000000000001f6a20b86ecf5390ea9db08593c8e0e3abb495e3a4928 1.42 MB 2,453 6
874,815 874,815 00000000000000000000214dde66491fa999d5c2bc2d7ca32955ab81149f3847 1.13 MB 775 5
874,814 874,814 00000000000000000001e9616c784c20854bc1ec90135527430c768504800bce 1.53 MB 3,186 6
874,813 874,813 00000000000000000002afb105ba4686a61fc6e09453c2e7524c6e4804dfdd8b 1.48 MB 3,304 10
874,812 874,812 00000000000000000000729c6c189d0c428fd91e195f264649832db9e3e360b4 1.55 MB 2,259 7
874,811 874,811 000000000000000000000fbeef9232d2df7e39ef7a940df8b823c0393ab58165 1.06 MB 280 5
874,810 874,810 000000000000000000007269ca954204f492d17f8dfee08e27914cac901d6240 1.32 MB 1,217 5
874,809 874,809 000000000000000000022a29d3fd6a9501a2b753d6a7641c177e49bb097ae5d9 1.58 MB 4,623 7
874,808 874,808 000000000000000000002e494eb08474faf549a9a76189c60a60660ceac6d8b8 1.63 MB 4,421 12
874,807 874,807 000000000000000000010928d24347aa3c393d25ea1def59f91f520042616276 1.76 MB 5,224 9
Previous 10 blocks ↓
Total Size: 769.05 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,627.62 GB sent, 93.14 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.