Memory Pool Memory Pool Refreshing

1,075 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,049 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (425,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
481,991 481,991 0000000000000000012fc862c18980ab29bd296f22fb687fc4d9c8aebd9a2746 1.00 MB 2,306 501
481,990 481,990 00000000000000000084e3d6014d92b99b6132a9d528d53efc7ea434d7da50cc 0.93 MB 1,610 386
481,989 481,989 0000000000000000000cbc8775b47fe1dbebeb5a4eaabc6468b73dae2c4c0f30 1.00 MB 2,085 488
481,988 481,988 00000000000000000031d74173ae57a64f651e9a45f5eb4ebe8c6e7f17b972a8 1.00 MB 2,987 444
481,987 481,987 000000000000000001229cf36ac039de0fb4891a52d3098b57670ec877c5ac3b 1.00 MB 2,366 474
481,986 481,986 00000000000000000085f91fa2451fb7fe1057e32de49735c16f2a97a9408e7f 1.00 MB 2,167 466
481,985 481,985 0000000000000000012fed877a017833a0a667a34144a528bc74a526c9705ef9 1.00 MB 2,200 508
481,984 481,984 00000000000000000138dcb5a9cefd0f9bb3b69aab38e925a36bd37f5dc5cad9 1.00 MB 2,073 507
481,983 481,983 000000000000000000f242c1828966846deb2c128925ac33ab5c5ed776db938a 1.00 MB 2,254 500
481,982 481,982 000000000000000000e6dc5736af92a68815d9548fd0d737178e3d1c0856f854 1.00 MB 2,202 542
481,981 481,981 0000000000000000000c53260ba99d6d2ac4ac699c07a24fea53472ebcc2df85 1.00 MB 1,833 399
481,980 481,980 00000000000000000057f65f52dfe134bfdd4416e4763da6fc1b7ad9a1dff76b 1.00 MB 2,267 449
481,979 481,979 00000000000000000138f8d9086b090f0c36a4f315953d80e73a6d637228d62e 1.00 MB 2,311 461
481,978 481,978 000000000000000000948cad9cca5461c179082ec9ea4f4c60cf5a0a1d6539c6 1.00 MB 2,395 418
481,977 481,977 0000000000000000010fbb9e40bedebe371ad48d8444a8fb876bfc780e1f5c8d 0.74 MB 2,084 398
481,976 481,976 00000000000000000118913cb01cd07c89e225051c7db781270e0a3255f06c2d 1.00 MB 1,992 462
481,975 481,975 00000000000000000055fdeaf886285aa575bac11d67caa13ce5849c10f44a8a 1.00 MB 2,195 495
481,974 481,974 0000000000000000007ab36800c8bf5bb412e4b13a7e70ea4b8ddf0a1e84c691 1.00 MB 1,849 343
481,973 481,973 0000000000000000002daa3b6aa548d6163336a3d6cae0561012f2969b923d7f 1.00 MB 2,363 477
481,972 481,972 000000000000000000c75a0fb3fd8513b35e8a6cbb77236dfa3fb016d6932e0f 1.00 MB 1,746 486
481,971 481,971 000000000000000000aedfb9cbc4d21186463c3eefb1ef5659e61edd0144dd72 1.00 MB 2,337 525
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.