Memory Pool Memory Pool Refreshing

11,336 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (557,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,008 350,008 00000000000000001209a1aa51f5cf17f3dc2288273455bbea3cf363224a2327 0.00 MB 1 0
350,007 350,007 000000000000000011643a3aa32c0540588841f472448374ddd46a9c42ed8aa4 0.09 MB 131 24
350,006 350,006 00000000000000001278c8271e28136556722badaa0566b75b3d2b75c25e9654 0.11 MB 177 21
350,005 350,005 00000000000000000da1dced2b7f6d761a2a7d99ec07bb3a2115951ba3e11041 0.48 MB 481 13
350,004 350,004 0000000000000000153d336344ee229c0ed4aff575ad714c7e462ee19f33da3a 0.75 MB 1,494 25
350,003 350,003 00000000000000000ba4d739f8c005204a235e73b4e8d3720566c2c134dfcf49 0.27 MB 1,024 54
350,002 350,002 000000000000000007b1766512f8ef190bb9896e8bcb8977b043a8945978ef00 0.10 MB 215 17
350,001 350,001 0000000000000000075f18b37aa8c6fe753d6804bb03ae91ba0d86c9cac3fd67 0.32 MB 638 23
350,000 350,000 0000000000000000053cf64f0400bb38e0c4b3872c38795ddde27acb40a112bb 1.00 MB 1,795 21
349,999 349,999 000000000000000002045664f89a1077d0c6c0aaa6dd89b485208cf92d6bbd30 0.85 MB 1,031 22
349,998 349,998 00000000000000001205ebab4f35a80ae8f0e92bbf26a106fb15040f111d527b 0.90 MB 922 17
349,997 349,997 00000000000000000900d2a837ccecf43b3e2677cedc6e1d065ef11d33d5ac49 0.18 MB 512 35
349,996 349,996 000000000000000009e522b870a6db14736a9e81fab2e1c23629ac998c07b9f3 0.75 MB 1,344 22
349,995 349,995 00000000000000000a2b993cdc2a9028e32f7aefa6810cd4e007c9fd826897ba 0.75 MB 2,347 40
349,994 349,994 000000000000000006ca58c7cf5b60e307178328402b9b5c6c069824f57d8db2 0.37 MB 661 31
349,993 349,993 00000000000000000f41dc2ebaeb030eaff23942445d2d3a6381ca93345c10b1 0.24 MB 427 29
349,992 349,992 00000000000000001727f287681b35a2923179eb564d4f4bba295f85548309ea 0.18 MB 264 22
349,991 349,991 000000000000000013f41c3b73eef334006614918eec493e1f476455d454713b 0.38 MB 781 28
349,990 349,990 00000000000000000f4be389a267ce3d38ba86c1b2e33d0ddf43009feaa3b56e 0.40 MB 386 13
349,989 349,989 000000000000000010a46288110eaee75c0856c2f521ab50856cca82ed1ffa1b 0.34 MB 1,024 41
349,988 349,988 000000000000000014419786add1ccdf2336eb15fe6a86b59faefbf6cfc26eda 0.53 MB 1,037 27
Previous 10 blocks ↓
Total Size: 769.01 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,621.49 GB sent, 92.91 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.