Memory Pool Memory Pool Refreshing

13,782 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (583,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,933 323,933 00000000000000001684c723570da599d011e5a9e3a5fac75c6bf8511faf083d 0.49 MB 303 16
323,932 323,932 00000000000000000532407af236ba4661ee9ff2feec71421b319df57dc1bc41 0.88 MB 520 16
323,931 323,931 00000000000000001c7951b7de7c38c0a08363f278b9b40ef4afaa191d58bcdb 0.24 MB 472 26
323,930 323,930 00000000000000001c5d313f0c29f9a62e43de9aebc7c4c59b0cd7e0105c21a2 0.27 MB 545 28
323,929 323,929 000000000000000016296f51ebbce97a2035a9fe172556c282f358a6fa82adce 0.33 MB 487 21
323,928 323,928 000000000000000014c01abb53eb10a71a4eaf58adb57e98ace707c93f3f0262 0.16 MB 512 44
323,927 323,927 0000000000000000083589dc8aadc25f5cf5742971906583263351ddd38f91b6 0.10 MB 172 25
323,926 323,926 00000000000000001979c13fff52445b6b51035dfadca6515be48f899388cbc7 0.03 MB 34 6
323,925 323,925 00000000000000001aa5e22da7bb646a2b5298791ba2c88a4507cd944a2fa947 0.23 MB 370 23
323,924 323,924 0000000000000000024afb729546ff17069719fe1035c5b673f8d9a4e567a24b 0.07 MB 140 28
323,923 323,923 00000000000000000cb6c261dc716d884f3ca8880681a5327efdeadec488daad 0.24 MB 410 25
323,922 323,922 00000000000000001e4e1b7072d8b60dadc13b699373c02bc39efa32e6dbf5dd 0.15 MB 235 25
323,921 323,921 0000000000000000101f3ac16057f59bd4445d8c36ef190fca9c9fef0687558e 0.13 MB 200 26
323,920 323,920 00000000000000001f06af40c2934608453ea9efe3caf03ba8681a423c05e825 0.09 MB 177 34
323,919 323,919 00000000000000000fe55c4bdcfd1941fe641d0ea9f269065579f95c2a964f20 0.02 MB 20 15
323,918 323,918 00000000000000001bbd79ebd621015d55e3f124135626f272eef7317f70b594 0.03 MB 67 28
323,917 323,917 00000000000000000ccdd57125595319871350ecd05294b0c3b480770070a269 0.05 MB 88 27
323,916 323,916 00000000000000001d6181cbf70b7b5aa1f7ea7cc5dea5c8c7174d8ccee4d127 0.26 MB 475 31
323,915 323,915 00000000000000000d0f79cd7eb6ee7a83ea10c5b5b2094f484d447c8c116c31 0.22 MB 254 24
323,914 323,914 0000000000000000128b529cf71c2ca08abcbd93e3892e472e83657444d1eece 0.17 MB 365 34
323,913 323,913 000000000000000001bbcd52c00232a9c1e4c6687c62e8e98020f4430fc69fb4 0.13 MB 260 27
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.