Memory Pool Memory Pool Refreshing

4,207 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,737 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (145,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
762,262 762,262 000000000000000000002c0d7bc76f1fb3e91326f7538230ac62b679bc580c18 1.91 MB 2,102 25
762,261 762,261 00000000000000000005935a2f702e5944d857561659167c4aee9f86b9319545 1.77 MB 1,976 21
762,260 762,260 00000000000000000005affc513530d15d7a2ab3a43b81c55e1e162ea9dcdee4 1.83 MB 2,270 27
762,259 762,259 00000000000000000003b86ef9c1fd8276d7ee2d8e1e174e6e15d16904b38d5b 1.57 MB 2,011 12
762,258 762,258 000000000000000000018a941f6803df3b2d4dd269cbad861aced583368ff913 1.74 MB 2,195 20
762,257 762,257 000000000000000000001a83a4d42516985090e7cc5667b4b82b45dbe9d7d66b 1.62 MB 1,869 17
762,256 762,256 00000000000000000004e8d5cbd01401dc4d69052b6a9e02164ada9638be5aa0 1.86 MB 2,024 31
762,255 762,255 0000000000000000000387964b6ce48aa1ce66bdf0a0556aa8b15b37b0549f9d 1.73 MB 2,252 19
762,254 762,254 00000000000000000003ffe15640882de66970826c2f88f6aa090d98de8ad6ae 0.63 MB 1,151 13
762,253 762,253 000000000000000000038906e738dc014a2885646f186b4fe574bcc70132f641 0.79 MB 1,099 13
762,252 762,252 000000000000000000067e4a98f48c887e546402fdffa6ee90baf1b6422b6644 1.62 MB 2,712 16
762,251 762,251 000000000000000000068c7f14ce90500bf672548d6e78bb5da6fd7c38d7331e 0.63 MB 1,383 15
762,250 762,250 0000000000000000000670c4eca66c9a21e9170dfeacfb1fd2a9112d5f632cbf 0.05 MB 94 13
762,249 762,249 000000000000000000045c7e07057f474aa529a20bc72134d3097c4d80640beb 0.94 MB 1,184 16
762,248 762,248 0000000000000000000374dbb467a59d49ea991991ce8787c6eecd551af345d3 0.53 MB 860 15
762,247 762,247 000000000000000000003b53b1695d900080aa9cf4eda46b8be4571a921aab8f 1.50 MB 1,871 19
762,246 762,246 00000000000000000002b7e92cccbbcff7f31d5bd8efef38cd3b911eb091bf17 1.30 MB 458 2
762,245 762,245 000000000000000000020f4a7bb6e136180800b2bbc50ff9340d45e1ddecc5d0 1.16 MB 994 18
762,244 762,244 00000000000000000005ed628fdcf77a8afa7b31e5b3c1573dd3a43708c4b23e 0.92 MB 262 3
762,243 762,243 0000000000000000000656ae978b2ff5758f1ade86a422bd9af116de4205fcad 1.75 MB 2,125 11
762,242 762,242 00000000000000000006678cc4e28eeeffef1099756f4b088d00d016d009f005 1.35 MB 1,994 18
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.61 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.