Memory Pool Memory Pool Refreshing

9,350 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,361 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (723,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,995 183,995 000000000000012255aa8cb928a6a69602361b000399cec4988569e8fd438cbf 0.23 MB 649 160
183,994 183,994 000000000000099bfef5318868dc579f65474d987b933624d9cc113a3c9a34b9 0.00 MB 11 86
183,993 183,993 000000000000077090ef1c2a85d72370b94b97367b9a5a35b5afa16d51d5a263 0.25 MB 541 173
183,992 183,992 00000000000006409ad8bceb8ee519b0e372bbcd5705a1f2f65aa37513157367 0.05 MB 139 179
183,991 183,991 00000000000000212d4245c09854c3ae4f72d4e62c5b7e0ebc6724522f73b141 0.00 MB 11 14
183,990 183,990 0000000000000566b4caf51b900ca2fcd941877a8702d00f0ec2a1ce0a1262c1 0.05 MB 121 108
183,989 183,989 00000000000008dd931a77da953b719447ce56df2eaa1bf299872de79c0c4663 0.00 MB 9 517
183,988 183,988 00000000000007cd32422b573e64dc79e62ee3801ea2bea115c4390d900efad6 0.15 MB 248 105
183,987 183,987 00000000000000453c8c79ee48bc8d9e12d12dcf4779827d7e24c9079ea04bca 0.01 MB 22 49
183,986 183,986 00000000000009627fce059f40578ff5360ae81d0cf7e5ba2f655836911834b8 0.07 MB 145 110
183,985 183,985 00000000000003a6e7075880986c8b7a0425ecac7e0547a9c1dac576211879fa 0.21 MB 571 133
183,984 183,984 000000000000059bb37c172242ea71eb3eb9273fc27a9e923cb6c01a0577a773 0.05 MB 127 201
183,983 183,983 000000000000041bde9ecf92e3cf99ab4711c63bb5aa081c7f8171c47a72997a 0.06 MB 128 184
183,982 183,982 0000000000000309287468f0d338ed927c908424e2fd8727b106344355bb4105 0.00 MB 10 29
183,981 183,981 00000000000007bf11a15b748b212336bc4b71032a29a1b8823b4b7cfbfc21ab 0.10 MB 261 192
183,980 183,980 000000000000083a8c5dfb4aeb46561e3f0245775167e920c69fc5d7a06abd53 0.07 MB 155 121
183,979 183,979 000000000000090be7c34bcb239d94a15f93a1af0189de6182be853cf9ac5034 0.01 MB 34 103
183,978 183,978 000000000000061acd46345bc800b323afbabfdf630058c420dc669529faf976 0.17 MB 382 113
183,977 183,977 000000000000066596744903ad792d0bec43d41d125147ba90a8dd00ac274134 0.25 MB 607 131
183,976 183,976 00000000000002d5c09213aa48539a5e22fa7bcdd5538b695c9fa5a095e4afe0 0.00 MB 12 14
183,975 183,975 00000000000008afc2276cb17e182cc0486d59bf85dafc2cbf180061c6678493 0.05 MB 122 75
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, 114 incoming
  • Data Transfer: 1,621.08 GB sent, 92.89 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.