Memory Pool Memory Pool Refreshing

5,577 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,644 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,535 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,643 (863,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,676 44,676 0000000000b53051cafebf59d720bf4d77a286a03649ddd1c499b10e2370fa11 0.00 MB 1 0
44,675 44,675 00000000112c4852b1f1ec3c28a8399f1f9a1d5f070a07e310aaf58c79bf2710 0.00 MB 1 0
44,674 44,674 000000003136bd7cb6b9c58bc109d66787f69b2194466dd8ee2c970937aba59a 0.00 MB 1 0
44,673 44,673 0000000030d6d0059f7d9a3552c9da3a0ba1f2ca0326b2fe2d2ebc2488ad4243 0.00 MB 1 0
44,672 44,672 00000000237363ab63311560411303f9ec8a479f18b9c418438b85364c9ee39d 0.00 MB 1 0
44,671 44,671 000000000831e68130a502a5c3b2044a13b10e19e0d4ba39f1df81f87c27c0c0 0.00 MB 1 0
44,670 44,670 0000000023ee49ec0f8805f49b287604e8cbe3dcb0b842819ad39531d2412bca 0.00 MB 1 0
44,669 44,669 0000000028ec205d084ea9b401151a58fa4a491f78593cdc767f356ff3efb499 0.00 MB 1 0
44,668 44,668 000000002472271b207dfce4dc91956dfe67ceaeb349e267ca8819d785661be7 0.00 MB 1 0
44,667 44,667 00000000236c3020f4bfdb42a75d2ba9cdb873a417323b85146aed1c6bd22932 0.00 MB 1 0
44,666 44,666 000000002e03ab66e78949c6ad5210adf6ca499132a6608315a11fa7dedc826c 0.00 MB 1 0
44,665 44,665 000000002d89bfac161d3a775a84d6d7aa46cc33048686beee138a4fc8709a59 0.00 MB 1 0
44,664 44,664 0000000022dffaddd23245e39397edfea8efe5b058981251f604ec97fb71cb08 0.00 MB 1 0
44,663 44,663 00000000213cb791e99e1e22d91e54710bf2955dae0089a6ea9fc94115ccd0a8 0.00 MB 1 0
44,662 44,662 00000000221a62796d98b67e81e2077b60913d6d340ce68a770982fd15ec0785 0.00 MB 1 0
44,661 44,661 0000000035cd92e91043036c4efe2c115554eadb8dd846871ef3bd7a20ef88c1 0.00 MB 1 0
44,660 44,660 00000000334e1220403660683dff950bd5c642b25ce6d54405739dfe2f6a6ca3 0.00 MB 1 0
44,659 44,659 000000001802d6e61c172b1ef47e50b5dffb075b78e5b228c0addc9d5c012cce 0.00 MB 1 0
44,658 44,658 000000001784af3a0a60fb74a0a537d7ac3a38e20b4094b0e18a95bf8b4499c9 0.00 MB 1 0
44,657 44,657 0000000014c17be7b454f45037b67daed83e4cdf9ea45f5bde07a67499e73d62 0.00 MB 1 0
44,656 44,656 000000000f72a4b71c66fd4177c4af39c650229b8dc50a7b925e09db2f025f0b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.27 GB sent, 101.39 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.