Memory Pool Memory Pool Refreshing

329 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 326 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (628,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,414 279,414 00000000000000030569776ff352af56ecbe45ee91286cff6af0474172364ba9 0.21 MB 360 41
279,413 279,413 0000000000000000b8b6f063f75b46d22746880d018bdb008acf86ee76a3a7fb 0.01 MB 23 36
279,412 279,412 000000000000000306f321ee2dc0fa97ed2eddec9e715cc2a0b4022c2aadc1e6 0.05 MB 146 35
279,411 279,411 0000000000000002642b804be2d1bac4f7c31192505db4f4e4f59a4ca63db41e 0.37 MB 913 58
279,410 279,410 0000000000000001ac92c0b718f0b7588b6cc9eb87e267cf56ec796f2547fb31 0.05 MB 128 54
279,409 279,409 0000000000000002f197a19c40aa98515f04c467881e01202d6ca9752c0273db 0.27 MB 513 39
279,408 279,408 0000000000000000878400537c902b222305572c02d2614fc61114129fb586e4 0.25 MB 658 61
279,407 279,407 00000000000000010382b506cc7d7e6f40d3e79bc5de6a2c003cfac577b97130 0.47 MB 531 26
279,406 279,406 0000000000000002fc02e6b71e04223ea7b6b8f46e9c5d088fb380c8ffd877b5 0.03 MB 105 102
279,405 279,405 0000000000000002503fbbb0adb7ea17391371050495bb659cd48bf55892bc42 0.23 MB 278 36
279,404 279,404 0000000000000002664ed68ba216dbe997dfb5d20a75754df81918f880ae0fae 0.25 MB 652 53
279,403 279,403 00000000000000015ce89bf290ec88c7aecf8827e945f59ef65d9cbbb0a76206 0.07 MB 138 26
279,402 279,402 0000000000000002144b55432ca710411292416b4ff9ef290f82754efdf74f8f 0.03 MB 61 35
279,401 279,401 000000000000000234b9d53eeb1f2efb757781015db5c1dec6f9c9523594bc5a 0.12 MB 282 57
279,400 279,400 0000000000000002adeaeee638ced2c0191a895fbccd47456ae1ad64a0f91146 0.12 MB 217 33
279,399 279,399 0000000000000000b80ea27ed440442bccd731b5257d85197df6576ff250913b 0.25 MB 384 31
279,398 279,398 0000000000000002bd84aceb10aa442d829e10a5d7aaac3cfbdf0466834264e9 0.03 MB 54 29
279,397 279,397 00000000000000006451fda5d103944ad61cbdc7423f40ca4b82216633b3bd14 0.25 MB 648 58
279,396 279,396 0000000000000001b3d45dec0530e9a78edd7e18ab3c1edf9dea7197ff91cb2c 0.03 MB 74 16
279,395 279,395 0000000000000001aa41968c5504b348f27699eea7da47bf5c768aa2572de9bc 0.45 MB 1,011 37
279,394 279,394 0000000000000002a0a0800aa8a677220afb8a8884d23c508ee45dd19fc6ccb3 0.03 MB 72 111
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.34 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.