Memory Pool Memory Pool Refreshing

3,573 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,120 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (604,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,989 302,989 000000000000000060767d60145331732f5565069bb1c75f712e1be73f671533 0.39 MB 376 19
302,988 302,988 00000000000000003efb40e346225507e4caed169fe84708ac633bb9b550a1d5 0.18 MB 512 47
302,987 302,987 000000000000000054639dbc45b5330688f007fe1e002e064798b53db3c68bc7 0.20 MB 430 37
302,986 302,986 000000000000000051ee771683f62d11eb218711de2a5a2674929cdda7ac3134 0.44 MB 681 34
302,985 302,985 000000000000000004ba6752f1ce5f70e28c494325bd7620602d05a469a256ef 0.09 MB 140 26
302,984 302,984 00000000000000005942c4e0694b066f9c2dcfb33d8b3e687817a3bacce027c7 0.14 MB 276 35
302,983 302,983 00000000000000004c7838e67791dd39f85fe8d4fae39efb816d2484577cb40a 0.41 MB 735 32
302,982 302,982 0000000000000000308ba63e0ad929cb798bf7adcff427415d1947f61f3e03c6 0.35 MB 577 31
302,981 302,981 000000000000000067b00ebce6b6098e3fe5e00a2fc3566af0ed38a854301aac 0.19 MB 329 33
302,980 302,980 00000000000000005bac7c3c745d926451483e7a15ce7a76627861f19f756d22 0.08 MB 165 30
302,979 302,979 00000000000000004c2012d2907efd5ac871b0e2186a4dafab13d663cc5f49a4 0.04 MB 63 25
302,978 302,978 00000000000000001864b8ddfe85bfca7e2168295ff82e76f511e54baf5c9e58 0.10 MB 205 28
302,977 302,977 0000000000000000388a1c1c07170dfc2ec0c70cbdbe00de191c62ee88815c1a 0.07 MB 128 21
302,976 302,976 000000000000000022eda8cec7b9f6b857cd9b3d31cd9b2a5ed746a9ad7137a5 0.37 MB 743 33
302,975 302,975 00000000000000002155e8d03044b323220bfc58ba8093a5a9c709a9a2eae711 0.46 MB 517 25
302,974 302,974 0000000000000000383a0a6348aa7e9d58375988b5d85faa87a0319c317da1d1 0.00 MB 18 45
302,973 302,973 0000000000000000101edd019e4dea4a76acb4b5c58a4e5039486cdd4ae8b98b 0.18 MB 18 10
302,972 302,972 00000000000000001864f95dfe7a1ce240186232f5c364a2d587722605afc850 0.34 MB 525 32
302,971 302,971 00000000000000002a40cd2d604311bbcca9cb6f37dc200a088e80615c926d61 0.08 MB 122 26
302,970 302,970 0000000000000000026eaf2045671581efaf79e6c49a7236c820cf78c7cc1c5e 0.11 MB 185 21
302,969 302,969 00000000000000005f79e7b8ffeaa98905a5e654aca7abe3d46962cf818f0db2 0.33 MB 595 30
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.46 GB sent, 93.12 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.