Memory Pool Memory Pool Refreshing

7,091 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (771,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,077 136,077 000000000000079d77302ae47498f5bf800f523f11f3f823b7e608e0147d3ca1 0.00 MB 16 464
136,076 136,076 000000000000003a54faeb38f8a96234b7470fee23a1fd4cd13ae2e86102d276 0.04 MB 88 614
136,075 136,075 0000000000000108d34e87a16c8fb35174a1443d0e123111c7537083bec7a5fb 0.04 MB 90 720
136,074 136,074 000000000000034abb8f10ecd527a90b115b06341b098d342032f71ac508e424 0.02 MB 49 222
136,073 136,073 000000000000057ffbc93dd1222e14a4ff26b869753618cb20cd301b1317d2e0 0.02 MB 42 311
136,072 136,072 00000000000004fccc0e9cfc84dff0beda64903963d04fc7712bb20d3c8cb179 0.05 MB 128 365
136,071 136,071 000000000000091c305fe68b45e79cf72cbe8721cb91500e5e437af6cfb04b29 0.01 MB 38 1,013
136,070 136,070 0000000000000aad03d5f052b52a5a324cd64ef783b39551fa4968adefb1a632 0.03 MB 78 131
136,069 136,069 00000000000009517cac812115695548734a10af86566bbc01007a5eb64ed10b 0.02 MB 43 236
136,068 136,068 00000000000006d898cd45f86d676edb19326eeeaca68bba36b35a904e1ceac1 0.02 MB 66 98
136,067 136,067 0000000000000833077aa959e33813706887de1a331b61bfa16c8cadd5281476 0.00 MB 5 0
136,066 136,066 00000000000000374afc98a41b80af7bf2e40bb30e476ea56d8873b309452adb 0.04 MB 113 220
136,065 136,065 00000000000009ccdab509bc5b642201947e1dd60895768058677fcb5424c5c4 0.01 MB 29 1,666
136,064 136,064 00000000000002b037d685d459597e5406f1a00d7ede8b7d7bdecb0429b32f0d 0.01 MB 29 1,124
136,063 136,063 000000000000003bcec8ce9e5e201889fb03b06d73a5ea293978385194828cc0 0.02 MB 53 196
136,062 136,062 000000000000048d438c20c391c82e75bf72eb642184002f5c21ca4f7a1750a3 0.01 MB 15 396
136,061 136,061 00000000000004d0b4d774f584a839881e3c56a2b856e32b9eb47ff6c0cc3f9e 0.01 MB 13 1,015
136,060 136,060 00000000000004f873f6d3e3247baf8bd60188e0a9ce0e7ad279d2e4e5dd80a8 0.01 MB 12 33
136,059 136,059 00000000000004d0ac3c09a0f6bc684844180fb1bc5832a1f5bf82252f3abd5c 0.02 MB 26 812
136,058 136,058 0000000000000a34e5a0b110aeb390cfa5eb57bd30a84371a050282717fd24ea 0.01 MB 24 325
136,057 136,057 0000000000000150bbc1f0c999d99021229c8e59cbe0e555eb92ab334610341c 0.00 MB 13 308
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.