Memory Pool Memory Pool Refreshing

8,384 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (8,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,884 898,884 00000000000000000000d961b1e1f41731f5e0f47f3b56de8d89c3bc63ab3ad6 1.56 MB 2,439 3
898,883 898,883 00000000000000000000a964db5ec83d6ac63af284c6938f71783adb0490740e 1.79 MB 1,419 4
898,882 898,882 000000000000000000022742461ca721eeb11005c3be6e922a0f97da07bbf44c 1.60 MB 3,569 3
898,881 898,881 000000000000000000010954d9b098f760f6785e1584863792713f30b174aa8f 1.35 MB 1,963 2
898,880 898,880 000000000000000000016bc5fc01185fcdfc1aa0e0248ffbc185fc5d039b65fd 1.53 MB 4,765 5
898,879 898,879 00000000000000000001e42607d2fb19504e211ce04632680c5c5f22b9a21180 1.44 MB 2,726 4
898,878 898,878 000000000000000000022c7558e80b02df7d459dd5b4d254cb42ce38ca50ea43 0.45 MB 1,079 2
898,877 898,877 00000000000000000000d181e0d29cb98cdcf10eafdd1af89e052e2f269c90d9 0.81 MB 1,602 2
898,876 898,876 0000000000000000000249a75883d1124d9f4e15846d57d19cf23eff45a4c0ef 1.47 MB 2,884 3
898,875 898,875 00000000000000000000a5ce777c6d6a0b8c7ebda472c9c1b87a9d821157cdff 0.33 MB 401 3
898,874 898,874 000000000000000000020ca2cfe8d556002400a96cf0d723ca44a3bf1021a0c5 0.86 MB 1,690 2
898,873 898,873 00000000000000000001a464422a3b4af4e2477df8c8a0933cf033f2379c63f5 0.77 MB 1,821 1
898,872 898,872 0000000000000000000071835af63d22589f429403c4c805f90372349ad2ab8f 1.35 MB 1,234 1
898,871 898,871 000000000000000000018dbedb60f26a9e6b3d4d55a1701df5bd01b11688aee5 1.49 MB 4,086 2
898,870 898,870 000000000000000000021ff6f02b426908c5f300615e7163dd5ea5f8150707c2 1.50 MB 3,539 4
898,869 898,869 000000000000000000019a9ab12d07e7fbf758931b635e4e1d84dab7dc882ad1 1.39 MB 3,151 2
898,868 898,868 00000000000000000001af2b78c74ad1178025b087da2df735abf71d7c2ce7cc 1.61 MB 3,878 5
898,867 898,867 0000000000000000000235ef80f00c2e8fd2996d6be0a96614b510dde2b21de2 1.42 MB 3,261 1
898,866 898,866 0000000000000000000131ac3b7b6e17fb2b30bcd69d2fcfe69b0ad488467b93 1.54 MB 3,844 4
898,865 898,865 00000000000000000001f208e8b167e512e5473512b77979961f951fdb0b21e9 1.62 MB 3,265 1
898,864 898,864 00000000000000000001cbd3c95fc8ae6fc509fcfd771cae21405518a55b6695 1.48 MB 2,693 1
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.