Memory Pool Memory Pool Refreshing

17,171 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,915 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (741,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,730 165,730 00000000000004621fcf019c465d463c5ca9d3e54db2032958b228c80a2ee2f8 0.05 MB 145 164
165,729 165,729 000000000000054381459767548842232a3b25218620e0898ee6db5d5abc1549 0.01 MB 14 180
165,728 165,728 000000000000008d3e793ff69dcb35217d27a60b57a62de02ed6a44e78d67f24 0.01 MB 25 14
165,727 165,727 00000000000001e2abaa9123ef669c3b2e8557a5aa7e68f3c9db4902a594bfbc 0.01 MB 22 36
165,726 165,726 0000000000000231bdee3087bf4e4e0a0aeb16fc6e5cd7f7b805e730a34fd3ac 0.03 MB 53 94
165,725 165,725 000000000000018509b28ae97bb7116926cae970854203d1d36fd89531cfa26f 0.02 MB 62 80
165,724 165,724 000000000000068b5f3996320ed553235b74e158f8e5ed5f2d9778c71422385e 0.01 MB 35 118
165,723 165,723 000000000000074c816b8d541f74dd1326767f44ef9fed08f92ec498c373d815 0.04 MB 129 0
165,722 165,722 0000000000000653ce4568bef62dbc8a294ba72aaa60e338509743ad812200d4 0.00 MB 9 33
165,721 165,721 0000000000000946ef4f3d0b7f44e66f6102c1f46a353ecbd599214cd7462c17 0.00 MB 12 0
165,720 165,720 0000000000000a4cd56c1829ceaf35f3eb489673c2f450c098c2a03589fd5ee3 0.01 MB 16 56
165,719 165,719 0000000000000abe15659efdbf88cbdcca9051093b154a5fff6ae456090b3d6e 0.03 MB 71 115
165,718 165,718 00000000000001cf6569f1c0f2431ac954de31d5770bf8e2589523b68f8e1b12 0.02 MB 60 97
165,717 165,717 0000000000000a2dc6ede168abdabb7718106b6376039ad641f5fb6c2a1dde04 0.00 MB 17 23
165,716 165,716 00000000000001cc652131e2ea48594c2546a25664681a1c8321233df165837b 0.02 MB 40 231
165,715 165,715 000000000000026897bdb3dd840867c9717b58485a99d8c9ae7e478812a2aa6d 0.04 MB 78 84
165,714 165,714 00000000000009fd4d990c444e377bb751b0294d84680fb988a50cd6360342c7 0.04 MB 112 178
165,713 165,713 00000000000007d205fea5ea7b5e88b01aa9c02a0f040ec17cbefdfcc7477fb8 0.00 MB 6 245
165,712 165,712 00000000000008da0a7a808f40c1d08406d978a573acc219d29a8bb579e104c7 0.02 MB 37 49
165,711 165,711 000000000000081db987c4d6bedae4b7d39428e80b8d3226aba89983366a1337 0.01 MB 15 177
165,710 165,710 0000000000000ac80ce8af6da92eb1ad52c14c5873761380cd0963b2eac9f0fd 0.01 MB 13 232
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, 113 incoming
  • Data Transfer: 1,624.16 GB sent, 92.99 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.